Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.42 KB

Analytics Engine

An environment of open source application designed to collect, sample, and analyze market data.

What does this do?

This environment plan activates 3 services: PostgreSQL, n8n, and Metabase. n8n polls live market data and persists it to PostgreSQL. Metabase provides analytics, graph visualization, and dashboards.

How do I install it?

The easiest method is using docker compose with the minimal configuration. Read INSTALL.md for more information.

docker-compose up

What are the basic commands I need to know?

Knowledge of SQL and the Docker API will be helpful.

Where can I go for more help?

Submit questions and issues to the repository's GitHub Issues

How can I contribute?

Similar Projects