Analytics Engine

March 23, 2023 ยท View on GitHub

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