From f0859b92775b7f89717ce4a584782055c5baf9d8 Mon Sep 17 00:00:00 2001 From: Alex Haiut Date: Mon, 19 Apr 2021 13:53:48 +0300 Subject: [PATCH] folder structure --- api/README.md | 6 ++++++ cli/README.md | 3 +++ tap/README.md | 1 + ui/README.md | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 api/README.md create mode 100644 cli/README.md create mode 100644 tap/README.md create mode 100644 ui/README.md diff --git a/api/README.md b/api/README.md new file mode 100644 index 000000000..216471aa0 --- /dev/null +++ b/api/README.md @@ -0,0 +1,6 @@ +# mizu API server +API server for MIZU +Basic APIs: +* /fetch - retrieve traffic data +* /stats - retrieve statistics of collected data +* /viewer - web ui diff --git a/cli/README.md b/cli/README.md new file mode 100644 index 000000000..7035198f4 --- /dev/null +++ b/cli/README.md @@ -0,0 +1,3 @@ +# mizu CLI +Usage examples + diff --git a/tap/README.md b/tap/README.md new file mode 100644 index 000000000..450495ce2 --- /dev/null +++ b/tap/README.md @@ -0,0 +1 @@ +# mizu TAP module diff --git a/ui/README.md b/ui/README.md new file mode 100644 index 000000000..49adf485f --- /dev/null +++ b/ui/README.md @@ -0,0 +1,2 @@ +# mizu UI +web app traffic viewer