holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
162 stars 38 forks source link

Build failed #731

Open TanyaSrivastava-Dipali opened 2 years ago

TanyaSrivastava-Dipali commented 2 years ago

I'm trying to setup holaplex/indexer

Steps I followed- 1) cargo install diesel_cli --no-default-features --features postgres 2) ./start-developing.sh 3) cargo build -pholaplex-indexer-rabbitmq-geyser In third step I got below error- error: package ID specificationholaplex-indexer-rabbitmq-geyserdid not match any packages

Later I build using this repo https://github.com/holaplex/indexer-geyser-plugin

Can you please tell how i can launch this services

$ cargo run --bin holaplex-indexer-geyser --features geyser &
$ cargo run --bin holaplex-indexer-http --features http -- --entity metadata-json &
$ cargo run --bin holaplex-indexer-http --features http -- --entity store-config &

using validator for devnet?