Skip to content

Commit

Permalink
1863-community-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed Nov 13, 2024
1 parent 5b131e9 commit c904d49
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/community-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#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.
- **Repository:** [https://github.com/cardano-community/koios-artifacts](https://github.com/cardano-community/koios-artifacts)
- **Website:** [https://koios.rest/](https://koios.rest/)

### 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.
- **Repository:** [https://github.com/blockfrost/blockfrost-backend-ryo](https://github.com/blockfrost/blockfrost-backend-ryo)
- **Website:** [https://blockfrost.io/](https://blockfrost.io/)
15 changes: 14 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,14 @@ them.

---


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

## Community Queries

### Koios
- **Description:** Queries used by 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
- **Description:** Queries used by Blockfrost
- **Link:** [https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql](https://github.com/blockfrost/blockfrost-backend-ryo/tree/master/src/sql)

0 comments on commit c904d49

Please sign in to comment.