Skip to content

debelyoo/datacollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

datacollector

A Scala backend to handle data collected from various sensors (temperature, GPS, gyro, and more).

The backend is basically a set of REST web services. It supports GET and POST methods. The server is developed with the Spray framework (http://spray.io/)

The data to log is a collection of time series and I'm using Cassandra to store them. To interact with Cassandra, I'm using the Astyanax Java client (https://github.com/Netflix/astyanax). I intended to use Twitter's Cassie client (https://github.com/twitter/cassie) but it does not support Scala 2.10 (it needs scala 2.8).

About

a backend to handle data collected from various sensors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages