https://github.com/dbeaver/cloudbeaver-graphql-examples
Sample usages of GraphQL API for CloudBeaver and DBeaver Team Edition
https://github.com/dbeaver/cloudbeaver-graphql-examples
cloudbeaver dbeaver examples graphql
Last synced: 3 months ago
JSON representation
Sample usages of GraphQL API for CloudBeaver and DBeaver Team Edition
- Host: GitHub
- URL: https://github.com/dbeaver/cloudbeaver-graphql-examples
- Owner: dbeaver
- License: apache-2.0
- Created: 2025-04-30T13:08:43.000Z (8 months ago)
- Default Branch: devel
- Last Pushed: 2025-05-15T23:51:15.000Z (8 months ago)
- Last Synced: 2025-06-16T00:53:06.936Z (7 months ago)
- Topics: cloudbeaver, dbeaver, examples, graphql
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudBeaver GraphQL examples
This repo contains examples of using GraphQL API for [CloudBeaver Enterprise](https://dbeaver.com/cloudbeaver-enterprise/), [CloudBeaver AWS](https://aws.amazon.com/marketplace/pp/prodview-kijugxnqada5i), and [DBeaver Team Edition](https://dbeaver.com/dbeaver-team-edition/).
CloudBeaver and Team Edition communicate with their web browser frontends by exposing a GraphQL API. In some cases, users may want to leverage the same API to enable advanced use cases by automating certain operations usually done using UI. To explore the API, you can [use an embedded GraphiQL console](https://github.com/dbeaver/cloudbeaver/wiki/Server-API-explorer). You can look at the real examples of using the API in this repository.
## The repo layout
- The [curl](curl) folder contains examples using `curl` command line tool.
- The [go](go) folder contains examples for the Go programming language.
- The [operations](operations) folder contains raw examples. They are used by projects from other folders.
- The [python3](python3) includes examples for Python 3.