aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9d2a754ca9c2cfcaa951cdfaaa0149e2ea8798b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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).