Skip to content
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

Feature: Support Custom GraphQL service such as supabase.com #487

Open
heri16 opened this issue Mar 20, 2025 · 2 comments
Open

Feature: Support Custom GraphQL service such as supabase.com #487

heri16 opened this issue Mar 20, 2025 · 2 comments

Comments

@heri16
Copy link

heri16 commented Mar 20, 2025

We would like to use envio HyperIndex, but prefer not to use Hasura due to our specific security needs which mandates less cruft for a smaller attack surface).

Supabase uses the pg_graphql extension to provide a GraphQL API on top of PostgreSQL

How to make HyperIndex write to Supabase?

@moose-code
Copy link
Contributor

Hi @heri16 - thanks for opening an issue!

Currently HyperIndex only works with Hasura/Postgres.

Generally, given the use-case is indexing public blockchain data, we've found Hasura/Postgres as a good solution.

Given your security needs, would you be looking to self host? I am guessing you are enriching your indexed data with sensitive information if you are interested in higher security measures?

@heri16
Copy link
Author

heri16 commented Mar 21, 2025

Yes, we are looking to self host on a PostgreSQL with an immutable audit log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants