diff --git a/README.md b/README.md index 2090a2f..0125412 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ # dahak-spy -Dotfiles and setup for a monitoring node. +This repo contains files for setting up a monitoring/logging node. + +The services are run through Docker, so Dockerfiles are provided, +along with build and run scripts. + +## Databases + +### Prometheus + +### MongoDB and MongoExpress + +MongoDB is a NoSQL database that is ideal for unstructured data. +There is a natural mapping between NoSQL documents (the NoSQL equivalent +of SQL records) and Python dictionaries. + +MongoDB binds to port 27017. + +MongoExpress provides + + Services: