From 72e9e42947942162ace31b8d3286fd956e4fdb3c Mon Sep 17 00:00:00 2001 From: Stephane Bourque Date: Wed, 31 Aug 2022 22:04:10 -0700 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a34b49 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# wlan-cloud-tools +OpenWiFi Community tools used with Cloud 2.x SDK + +# Overview +This repository shows how to build a microservice that can be part of the OpenWifi eco-system, leveraging security, logging, Kafka intehration, etc. + +# Philosophy +The whole eco-system must be API driven. We have chosen OpenAPI 3.0 as the standard to express inter-service exchanges. This guarantees language agnostic +architecture.