FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

chore: remove --embedded-database #1513

Closed lostman closed 4 months ago

lostman commented 7 months ago

Description

Our focus should be on

  1. Fuel Indexer service to which users can upload their own indexers, and
  2. Running fuel-indexer in users' development environment.

For 2., users need native Postgres or dockerized Postgres. Having to additionally maintain --embedded-database is an unnecessary burden. We already have issues due to user's problems with setting up Postgres in the ordinary way, and we don't want to multiply these issues by keeping yet another possible failure condition.