π Context
To run the node, we need to start a PostgreSQL database. This is great for deploying the node in the cloud, but cumbersome when running it locally. It increases the startup time and the processing requirement to run the node.
βοΈ Solution
Add support for SQLite as the rollups database. The indexer should store the data in SQLite, and the GraphQL server should read from it.
This should be a CLI/ENV option; the Postgres option should also exist.
π Subtasks
π Context
To run the node, we need to start a PostgreSQL database. This is great for deploying the node in the cloud, but cumbersome when running it locally. It increases the startup time and the processing requirement to run the node.
βοΈ Solution
Add support for SQLite as the rollups database. The indexer should store the data in SQLite, and the GraphQL server should read from it.
This should be a CLI/ENV option; the Postgres option should also exist.
π Subtasks