Skip to content

Support SQLite in Cartesi nodeΒ #71

@gligneul

Description

@gligneul

πŸ“š 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    βœ… Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions