Creating Database from data gathered on the Lightning Network
bitcoin:bc1q6r4yex5mx6830y655zcufpx9uhen9ge6v5mtmq
- https://github.com/btcpayserver (master directory)
- https://github.com/btcpayserver/btcpayserver/tree/master/BTCPayServer.Data (specifically on server data)
- https://docs.btcpayserver.org/Troubleshooting/ (BTC Pay documentation)
- https://eagertoit.com/2019/05/23/data-migration-postgres-neo4j/ (migrate from pstgresql to neo4j)
- https://github.com/datawrangl3r/pg2mongo (migrate from postgresql to mongo db)
- https://www.safe.com/convert/postgresql/mongodb/ (software with free trial for postgresql to mongo db)
- https://medium.com/containerum/how-we-migrated-data-from-postgresql-to-mongodb-6211886c5944 (more manual process step by step for postgres to mongo)
- https://stackoverflow.com/questions/47424716/populating-postgresql-db-using-bitcoind-rpcs-and-api (Populating PostgreSQL DB using bitcoind RPCs and API)
- https://www.youtube.com/watch?v=pHXeipaNjXM&list=PLH4m2oS2ratfaprAFx9E3ZDjwxNKvCk4e&index=2 (use docker compose gui for other containers)
you can connect into containers with docker exec -ti container_name bash Or just use all the utility tools such as bitcoin-cli.sh or bitcoin-lncli.sh