cardano-foundation / cf-adahandle-resolver

This project aims to provide a scoped indexer for retrieving ADA Handle information from the Cardano blockchain and exposing it via REST using Yaci Store
MIT License
11 stars 1 forks source link

[FEATURE] Improve scalability and allow instance to run api only w/o the "crawler" #26

Closed nemo83 closed 10 months ago

nemo83 commented 10 months ago

Is your feature request related to a problem? Please describe. When launching the resolver, both api and yaci-store cralwer run at the same time. It's not possible to run api only AND two crawlers can't run against the same db w/o risking corrupting it or creating contention.

Describe the solution you'd like Introducing profile to either:

Describe alternatives you've considered N/A

Additional context N/A

nemo83 commented 10 months ago

@satran004 @matiwinnetou @fabianbormann I summon you for a Request For Comment about this issue. Opinions?