Skip to content

mashiox/analytics-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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