An intuitive and fast way to manage and analyze timeseries data
- Visual way of working with data (great UX!)
- Super fast backend based on Node.js
- Based on R as the analytics platform
- From the ground-up web and mobile (Boostrap UI)
Drag and drop your timeseries data:
Node.js handles REST requests and serves an HTML5 app. MongoDB is used to store timeseries as big vectors (super fast!). At the core is the R engine for data analysis and modeling (connects directly to MongoDB).
This project really is a stub and needs a lot of work still. But here's how you could setup the app:
- Install R and configure the index.njs to point to your installation.
- Install MongoDB and create a database "tsdms" with three collections: "triggers", "models", "timeseries".
- Install NodeJS with the required libraries (see index.njs)
- Run App by visiting http://localhost:3000/
Handles many timeseries with ease...