OG Tempus is a minimal, prototype system for doing easy analyses of Time Series data.
- If you don't have tangelo installed, get it!
pip install tangelo
orconda install tangelo
- Run
tangelo --port 8080
to start the server. - Take the necessary steps to expose the server to the public, just leave it local, or use a program like ngrok to temporarily expose the server to the public.
- Use a browser to connect to port 8080 of the server where OGT is being hosted
- Drag a CSV file that has unique dates in column 1 and values for those dates in column 2 into the left-hand pane. (You may need to click the hamburger icon to reveal the pane.)
- Select an analysis from the drop-down menu in the left-hand pane.
- Repeat as needed.