Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 198 Bytes

File metadata and controls

9 lines (5 loc) · 198 Bytes

intro

this server takes schemaless timeseries data from clients and preserves it in mongodb

running

launch mongodb in docker

 docker run -d -p 27017:27017 --name test-mongo mongo:latest