-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
π 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
- Design solution and write the next subtasks.
endersonmaia
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
β
Done