From a06721491227266e8abc829a754dfed1a84deec7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 18:41:54 -0700 Subject: update README --- README.md | 23 +++++++++++++++++++++++ python/README.md | 12 ------------ 2 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..9d2a754c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ + + __ _ _ + / _| __ _| |_ ___ __ _| |_ + | |_ / _` | __/ __/ _` | __| + | _| (_| | || (_| (_| | |_ + |_| \__,_|\__\___\__,_|\__| + + ... catalog all the things! + + +The [RFC](./rfc) is the original design document, and the best place to start +for background. + +There will be three main components: + +- backend API server and database +- front-end web interface (built on API) +- client libraries and bots + +The API server was prototyped in python. "Real" implementation started in +golang, but shifted to Rust, and is work-in-progress. The beginings of a client +library and data ingesters exist in python (may or may not be re-written in +Rust). diff --git a/python/README.md b/python/README.md index dbf6aef7..c3c3b9d0 100644 --- a/python/README.md +++ b/python/README.md @@ -1,16 +1,4 @@ - __ _ _ - / _| __ _| |_ ___ __ _| |_ - | |_ / _` | __/ __/ _` | __| - | _| (_| | || (_| (_| | |_ - |_| \__,_|\__\___\__,_|\__| - - ... catalog all the things! - - -This is just a concept for now; see [rfc](./rfc). - - ## Python Prototype Use `pipenv` (which you can install with `pip`). -- cgit v1.2.3