Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

tortelio/timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeseries

timeseries is a timeseries service.

Build

$ rebar3 compile

How to use the server (for dummies)

Current directory should be timeseries.

  1. Start server.

    $ rebar3 shell

  2. Add timeseries examples (dummy, dummy2). In the rebar3 shell: $ timeseries_server:save(timeseries_fixtures:timeseries(dummy)). $ timeseries_server:save(timeseries_fixtures:timeseries(dummy2)). The output sholud be ok.

  3. Open the index.html. In a browser (preferably Firefox): http://localhost:8080/index.html

+1. Other urls: