Skip to content

Instantly share code, notes, and snippets.

@csokun
Last active January 30, 2024 04:06
Show Gist options
  • Save csokun/b62f122cad1a2d08050cfad229ebc4fb to your computer and use it in GitHub Desktop.
Save csokun/b62f122cad1a2d08050cfad229ebc4fb to your computer and use it in GitHub Desktop.
Stellar ETL
docker run -v $PWD/history:/working stellar/stellar-etl stellar-etl export_ledger_entry_changes \
--start-ledger 2 \
--end-ledger 500 \
--output /working/ \
--gcs-bucket "" \
--testnet \
-x /usr/bin/stellar-core \
-c docker/stellar-core_testnet.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment