/STCDataServer

A server that receives stream of timestamped data with evolution-resistant scheme from mobile clients, stores it in database, provides APIs for using it in machine learning

Primary LanguageSwiftMIT LicenseMIT

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