Skip to content

Commit ec27bb5

Browse files
authored
Merge pull request #1897 from IntersectMBO/1863-community-queries
1863-community-queries
2 parents d36f794 + d513eed commit ec27bb5

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

doc/community-tools.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
- **Website:** [https://koios.rest/](https://koios.rest/)
8+
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
9+
- **SQL Queries** [https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc](https://github.com/cardano-community/koios-artifacts/tree/main/files/grest/rpc)
10+
11+
### Blockfrost
12+
- **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.
13+
- **Website:** [https://blockfrost.io/](https://blockfrost.io/)
14+
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
15+
- **SQL Queries** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)
16+
17+
### Govtool
18+
- **Description:** GovTool is a platform that streamlines decentralized governance on blockchain networks. It offers tools for creating, managing, and participating in governance proposals, enabling transparent and efficient decision-making within blockchain ecosystems.
19+
- **Website:** [https://gov.tools/](https://gov.tools/)
20+
- **Repository:** [https://github.com/IntersectMBO/govtool](https://github.com/IntersectMBO/govtool)
21+
- **SQL Queries** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)

doc/interesting-queries.md

Lines changed: 15 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,15 @@ 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+
- **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)
641+
642+
### Blockfrost
643+
- **Link:** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)
644+
645+
### Govtool
646+
- **Link:** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)

0 commit comments

Comments
 (0)