Joystream / orion

Atlas backend
GNU General Public License v3.0
7 stars 15 forks source link

Infra lead feedback on data warehousing #105

Open bedeho opened 1 year ago

bedeho commented 1 year ago

Background

We are adding this https://github.com/Joystream/atlas/issues/3980 capability to Orion, and Orion needs some way to relay anonymized but useful summaries of this data to lead data warehousing services, both for distributors and storage providers. I think some useful requirements for these warehousing solutions are

  1. can be self-hosted, does not depend on any particular service provider
  2. does not require changing in any way when new data formats arrive
  3. has rich suite of tools for visualizations, public dashboards, report generation, alert generation, etc.
  4. is open source

Question

Obviously, we one can write a whole new solution from scratch, but that seems like a very expensive paths, so can current leads and others provide some feedback on what sort of systems they would want to use for this, and for each describe to what extent they satisfy 1-4, or any other important requirements we may want to keep in mind.

kdembler commented 1 year ago

I would recommend something like InfluxDB or TimescaleDB (PostgreSQL), I will use one of those for DWG monitoring

bedeho commented 1 year ago