Skip to content

1863-community-queries #1897

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading