You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section provides a list of community-developed tools that integrate with cardano-db-sync. We appreciate the efforts of these developers in expanding the ecosystem. If you have a tool you'd like to add to this list, please open an issue or a pull request.
4
+
5
+
### Koios
6
+
-**Description:** The Koios Artifacts repository is part of the Cardano community and acts as a collection or set of artifacts for the Koios service. Koios is an open-source, lightweight Cardano REST API that provides various endpoints to interact with the Cardano blockchain.
-**Description:** Blockfrost provides APIs for easy interaction with blockchain networks like Cardano. It allows developers to access blockchain data and perform operations without running their own nodes, simplifying blockchain application development.
Copy file name to clipboardExpand all lines: doc/interesting-queries.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Interesting SQL queries
2
2
3
+
3
4
The following is a set of example SQL queries that can be run against the `db-sync` database.
4
5
6
+
Also our community-driven tools offer a variety of insightful queries that can provide valuable assistance. [Jump to Community Queries](#community-queries)
7
+
8
+
5
9
These queries are run using the `psql` executable distributed with PostgreSQL. Connecting to the
6
10
database can be done from the `cardano-db-sync` git checkout using:
0 commit comments