Skip to content

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

License

Notifications You must be signed in to change notification settings

STCData/STCDataServer

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages