Browse Source

Add service info

master
Charles Reid 7 years ago
parent
commit
9aa5fe199c
  1. 21
      README.md

21
README.md

@ -1,6 +1,25 @@ @@ -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:

Loading…
Cancel
Save