Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasura/data-hub
Explore data sources from a native GraphQL API, database schemas to custom code contributed by the community.
https://github.com/hasura/data-hub
database-schemas hasura hasura-actions hasura-events remote-schemas
Last synced: 20 days ago
JSON representation
Explore data sources from a native GraphQL API, database schemas to custom code contributed by the community.
- Host: GitHub
- URL: https://github.com/hasura/data-hub
- Owner: hasura
- License: mit
- Created: 2021-06-18T05:07:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T11:26:39.000Z (over 1 year ago)
- Last Synced: 2024-11-10T08:31:18.419Z (3 months ago)
- Topics: database-schemas, hasura, hasura-actions, hasura-events, remote-schemas
- Language: PLpgSQL
- Homepage: https://hasura.io/data-hub/
- Size: 6.43 MB
- Stars: 26
- Watchers: 6
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hasura Data Hub
Explore data sources from a native GraphQL API, database schemas to custom code contributed by the community.
The side effect of the massive explosion of data is that it is spread across different databases, on-prem/cloud and external APIs. The “source of truth” is distributed across multiple data sources. Remote Joins in Hasura solves this data access problem by treating all these different sources as if it were one database and giving developers access to precise slices of data.
Hasura Data Hub allows you to discover, reuse and collaborate with the community around the GraphQL and Hasura ecosystem.
Featuring native GraphQL APIs and samples of
- Remote Schemas and Remote Joins
- Installable Database Schemas with Authorization, Relationships, Views and Functions
- Action Transforms (Declaratively transform your existing REST API to GraphQL queries and mutations)
- Event Transforms (Declaratively transform your existing REST API to Event payload)## Contribute
The Data Hub is built for the community. Feel free to open a pull request to add your own version of Remote Schema or a database schema with metadata. We are more than happy to include them and share it with the developers. Read `CONTRIBUTING.md` for more details.