Skip to content

starknet-id/indexer

Repository files navigation

Apibara 🤝 MongoDB

Mirror onchain data to a MongoDB collection.

Use cases

  • Start collecting data quickly, without worrying about table schemas.
  • Build the backend for you dapp.
  • Create complex analytics queries using the Mongo Pipeline API.

Usage

You must set the MONGO_CONNECTION_STRING environment variable to the one provided by your MongoDB provider.

For developing locally, we provide a docker-compose.mongo.yml file that starts MongoDB and Mongo Express. Run it with:

docker-compose -f docker-compose.mongo.yml up

Then export the following environment variable:

export MONGO_CONNECTION_STRING='mongodb://mongo:mongo@localhost:27017'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published