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 #1516

Closed lostman closed 5 months ago

lostman commented 7 months ago

Description

Closes #1513.

This PR removes the --embedded-database feature to streamline the fuel-indexer.

We need to focus on educating users on how to set up fuel-indexer correctly, including using either native or dockerized Postgres and the --embedded-database is a finicky feature that does not make it easier.

Testing steps

CI tests should pass.

Changelog