Difference between revisions of "Cardano-db-sync"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
<code>[[cardano-db-sync]]</code> which acts as a [[Cardano node]], following the chain and inserting data from the chain into a PostgreSQL database.
+
<code>[[cardano-db-sync]]</code> which acts as a [[Cardano node]], following the chain and inserting data from the chain into a [[PostgreSQL]] database.
 
* https://github.com/input-output-hk/cardano-db-sync
 
* https://github.com/input-output-hk/cardano-db-sync
 
* Releases: https://github.com/input-output-hk/cardano-db-sync/releases
 
* Releases: https://github.com/input-output-hk/cardano-db-sync/releases
 
* [[Docker Hub]]: https://hub.docker.com/r/inputoutput/cardano-db-sync
 
* [[Docker Hub]]: https://hub.docker.com/r/inputoutput/cardano-db-sync
* Snapshots: https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.1/
+
* [[Cardano mainnet]] snapshots: https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.1/
 +
* [[docker-compose.yml]]: https://github.com/input-output-hk/cardano-db-sync/blob/master/docker-compose.yml
  
[[cardano-db-sync --help]]
+
== Commands ==
[[cardano-db-sync --version]]
+
* <code>[[cardano-db-sync --help]]</code>
 
+
* <code>[[cardano-db-sync --version]]</code>
<code>[[--disable-ledger]]</code>
+
* <code>[[cardano-db-sync --disable-ledger]]</code>
  
 
== Logs ==
 
== Logs ==
Line 15: Line 16:
 
  [[Identity Failed to start all required subscriptions]]
 
  [[Identity Failed to start all required subscriptions]]
  
  Identity Connection Attempt Exception, destination LocalAddress "[[/node-ipc/]]node.socket" exception: Network.Socket.connect: <socket: 21>: does not exist (No such file or directory)
+
  Identity Connection Attempt Exception, destination LocalAddress "[[/node-ipc/node.socket]]" exception: Network.Socket.connect: <socket: 21>: does not exist (No such file or directory)
  
 
  [[Insert Babbage Block]]
 
  [[Insert Babbage Block]]
Line 23: Line 24:
 
== Related ==
 
== Related ==
 
* <code>[[.lstate]]</code>
 
* <code>[[.lstate]]</code>
 +
* <code>[[postgresql-setup.sh]]</code>
 
* <code>[[cardano-cli query tip --mainnet]]</code>
 
* <code>[[cardano-cli query tip --mainnet]]</code>
 
* <code>[[cardano-db-tool]]</code>
 
* <code>[[cardano-db-tool]]</code>
 
* <code>[[maintenance_work_mem]]</code>
 
* <code>[[maintenance_work_mem]]</code>
 
* https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/state-snapshot.md
 
* https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/state-snapshot.md
* [[postgresql-setup.sh]]
+
* [[Carp]] and [[Kupo]]
  
 
== See also ==
 
== See also ==

Latest revision as of 17:17, 4 May 2023

cardano-db-sync which acts as a Cardano node, following the chain and inserting data from the chain into a PostgreSQL database.

Commands[edit]

Logs[edit]

identity Restarting Subscription after 1.026656974s desired valency 1 current valency 0
Identity Failed to start all required subscriptions
Identity Connection Attempt Exception, destination LocalAddress "/node-ipc/node.socket" exception: Network.Socket.connect: <socket: 21>: does not exist (No such file or directory)
Insert Babbage Block
Cardano.Db tip is at slot

Related[edit]

See also[edit]

Advertising: