📄️ Local Benthos + Postgres + Hasura
In this document we'll explain how to set up a simple data pipeline that pulls data from indexed.xyz, processes it, and inserts it into a local Postgres database. This example outlines a simple workflow that is both opinionated and facilitates quick setup which can then be easily deployed to production-ready cloud infrastructure (we think NeonDB is super rad!).
📄️ Benthos + NeonDB + Hasura
In this document we'll explain how to set up a simple data pipeline that pulls data from indexed.xyz, processes it, and inserts it into a Postgres database. Once the data is stored in Postgres (we're using NeonDB because it's neat!) we'll show you how to connect Hasura to query the data. You can also query the data directly in Postgres, or use what ever tool you've already got connected.
📄️ Databend Cloud
In this document we'll show how to set up a simple data pipeline to load data from indexed.xyz to Databend Cloud and perform analysis with SQL.
📄️ DuckDB + YouPlot
Installation