eigerco / quasar

A Soroban Indexer
Apache License 2.0
4 stars 1 forks source link

Improve the ingestion docker image #65

Open geofmureithi opened 1 year ago

geofmureithi commented 1 year ago

Currently we are ingesting from the stellar-core postgres database, which may change.

We need to investigate more interfaces as suggested by the stellar team.

Port Service Description
5432 postgresql database access port
8000 horizon, soroban-rpc, friendbot main http port
6060 horizon admin port
6061 soroban-rpc admin port
11625 stellar-core peer node port
11626 stellar-core main http port
geofmureithi commented 11 months ago

Some insight here about running an archive. https://developers.stellar.org/docs/run-core-node/#archiver

geofmureithi commented 11 months ago

After further investigations, this is what we came up with.

  1. Continue using ingestion from stellar-core db.
  2. Only run stellar-core and soroban-rpc-server

We can run the Soroban RPC server which allows us to submit transactions among other features. We could run quasar with:

This can be resolved by: