Datter: Data Analysis Platform
Datter data platform hopes to offer an intuitive easy to use UI where analytics and visualizations can be generated without the need for programming. All activity on the platform will be completed by button-clicking and click-and-drag actions in a dashboard-like web page-based graphical interface.
IMPORTANT: GENERATE A SECRET TOKEN FOR AUTHENTICATION
- Copy
example.env
to.env
- Open
.env
and insert your string of 32 random bytes encoded as 64 hex characters - Save the file
Requirements Python 3.10
- Create a Python 3.10 virtual environment and activate it
pip install -r requirements.txt
python server.py
- Voila! Open http://localhost:8080 in your preferred web browser.