Skip to content

Commit

Permalink
Merge pull request #1897 from IntersectMBO/1863-community-queries
Browse files Browse the repository at this point in the history
1863-community-queries
  • Loading branch information
Cmdv authored Nov 27, 2024
2 parents d36f794 + d513eed commit ec27bb5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
21 changes: 21 additions & 0 deletions doc/community-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#Community tools

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.

### Koios
- **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.
- **Website:** [https://koios.rest/](https://koios.rest/)
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
- **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)

### Blockfrost
- **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.
- **Website:** [https://blockfrost.io/](https://blockfrost.io/)
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
- **SQL Queries** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

### Govtool
- **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.
- **Website:** [https://gov.tools/](https://gov.tools/)
- **Repository:** [https://github.com/IntersectMBO/govtool](https://github.com/IntersectMBO/govtool)
- **SQL Queries** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)
16 changes: 15 additions & 1 deletion doc/interesting-queries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Interesting SQL queries


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

Also our community-driven tools offer a variety of insightful queries that can provide valuable assistance. [Jump to Community Queries](#community-queries)


These queries are run using the `psql` executable distributed with PostgreSQL. Connecting to the
database can be done from the `cardano-db-sync` git checkout using:
```sh
Expand Down Expand Up @@ -628,5 +632,15 @@ them.

---


[Query.hs]: https://github.com/IntersectMBO/cardano-db-sync/blob/master/cardano-db/src/Cardano/Db/Operations/Query.hs

## Community Queries

### Koios
- **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)

### Blockfrost
- **Link:** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

### Govtool
- **Link:** [https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql](https://github.com/IntersectMBO/govtool/tree/develop/govtool/backend/sql)

0 comments on commit ec27bb5

Please sign in to comment.