Skip to content

Commit c904d49

Browse files
committed
1863-community-queries
1 parent 5b131e9 commit c904d49

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

doc/community-tools.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#Community tools
2+
3+
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.
7+
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
8+
- **Website:** [https://koios.rest/](https://koios.rest/)
9+
10+
### Blockfrost
11+
- **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.
12+
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
13+
- **Website:** [https://blockfrost.io/](https://blockfrost.io/)

doc/interesting-queries.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Interesting SQL queries
22

3+
34
The following is a set of example SQL queries that can be run against the `db-sync` database.
45

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+
59
These queries are run using the `psql` executable distributed with PostgreSQL. Connecting to the
610
database can be done from the `cardano-db-sync` git checkout using:
711
```sh
@@ -628,5 +632,14 @@ them.
628632

629633
---
630634

631-
632635
[Query.hs]: https://github.com/IntersectMBO/cardano-db-sync/blob/master/cardano-db/src/Cardano/Db/Operations/Query.hs
636+
637+
## Community Queries
638+
639+
### Koios
640+
- **Description:** Queries used by Koios
641+
- **Link:** [https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc](https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc)
642+
643+
### Blockfrost
644+
- **Description:** Queries used by Blockfrost
645+
- **Link:** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

0 commit comments

Comments
 (0)