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

Tell us if you're using GraphQL Engine #1883

Closed
shahidhk opened this issue Mar 27, 2019 · 60 comments
Closed

Tell us if you're using GraphQL Engine #1883

shahidhk opened this issue Mar 27, 2019 · 60 comments
Labels
c/community Related to community content

Comments

@shahidhk
Copy link
Member

Hello folks, please comment here if you or your org is using GraphQL Engine.

@shahidhk shahidhk added the c/community Related to community content label Mar 27, 2019
@shahidhk shahidhk pinned this issue Mar 27, 2019
@chazgorman
Copy link

Still a work-in-progress, but I am using it to build a social media map to follow Pro cyclists around the world.

www.procyclingmap.tech

The new spatial predicates from #1735 may come in handy.

@florent1933
Copy link

florent1933 commented Mar 28, 2019

Hey @shahidhk ,

We are using it in production since today for Sently 🎉

We migrated our huge set of data from Firebase to Postgres with Hasura because of all the limitations of Firebase. It's a great move for us and I really like Hasura.

For authentication, we are using the custom claim of Firebase. I am certainly going to write in the next weeks a blog post about migrating a stack from angular/firebase to angular/hasura.

Thanks for all and keep going 🚀

@Disturbing
Copy link

Disturbing commented Mar 28, 2019

We're migrating from Prisma => Graphql Engine for some use cases that prisma was not handling. KintoHub should be in production in the next 60 days.

@coco98 coco98 unpinned this issue Mar 28, 2019
@sayi65
Copy link

sayi65 commented Mar 29, 2019

Hey @shahidhk

Currently under development with the graphql engine.
The graphql engine is attractive and powerfull.

But my team is developing another authentication server.
It would be nice if we could develop an authentication server quickly using the graphql engine

@shahidhk shahidhk pinned this issue Mar 29, 2019
@jvice152
Copy link

Currently developing it as a POC here @ Honeywell. Love it so far, just need to find a good multi tenant approach right now

@Nomad-Go
Copy link
Contributor

Using it at a start up. https://www.nomad-go.com/

@bolerap
Copy link

bolerap commented Apr 1, 2019

@Disturbing Why are you moving from Prisma to Hasura? I've also decided to use Hasura instead of Prisma (I'm new with both). Keep going.

@mnlbox
Copy link
Contributor

mnlbox commented Apr 1, 2019

I also developing one system based on Hasura. I'm moving from Strapi to Hasura.

@Disturbing
Copy link

@Disturbing Why are you moving from Prisma to Hasura? I've also decided to use Hasura instead of Prisma (I'm new with both). Keep going.

Two main issues:

  1. Scaling is not out of the box / simple / with Prisma. Docs are limited and although the feature is there, but has dependencies like rabbitmq, etc.
  2. Subscriptions only work if you're 100% on graphql. If a service adds/creates/modifies a record at the DB level, Hasura successfully dispatches an update event to graphql subscriptions when prisma does not. When you're working in a Frontend <> Backend <> Devops world, still speaking directly to the DB is important.

Last but not least, speaking to the team / community wise is much better so far.

@bolerap
Copy link

bolerap commented Apr 2, 2019

Many thank your anwser. It clear my hesitate

@dsandip
Copy link
Member

dsandip commented Apr 3, 2019

Adding some more names from our public wiki:

  • Cherre: Cherre’s data fusion platform helps organizations focus on solutions and answers instead of real estate data collection and resolution

  • Innovation Labs @ BBVA: Deeptracy, the Open Security Dependency Analyser Service [github]

  • Plutus: With the Plutus Debit card you can make worldwide contactless payments and earn a reward on the Blockchain

  • Sail CI: Cloud native continuous integration platform with unlimited concurrency as standard

  • Sketch.sh: Interactive ReasonML sketchbook [github]

  • Zeppelin: Internally used by the growth team to build MVP and new products

  • Fastcup: An eSports matchmaking & tournament platform for popular games - CS:GO, CS 1.6, Dota2, PUBG, etc.

@everestman27
Copy link

everestman27 commented Apr 5, 2019

We are using it at Totely for business to customer interactions

@renato
Copy link

renato commented Apr 5, 2019

I'm using Hasura for all data on https://www.comparajogos.com.br, a website for board game prices comparisons across Brazilian stores.

@puco
Copy link

puco commented Apr 8, 2019

We are using graphql-engine as our main inventory system for art and charity auctions at https://de-pury.com/

@vkotronis
Copy link

We are using Hasura in ARTEMIS, which is an open-source tool that monitors BGP (i.e., the inter-domain routing control plane of the Internet) for potential hijacking attempts against a network's own prefixes. The system detects such attacks within seconds, enabling immediate mitigation. We are using graphql queries and the hasura graphql engine API so that our ARTEMIS frontend can get real-time information from the main Postgres DB (BGP updates, BGP hijack events, db stats, etc.).
Read more about it here: https://github.com/FORTH-ICS-INSPIRE/artemis

@ronanyeah
Copy link
Contributor

Have several side projects/future SaaS apps currently running on Heroku. Moved from graphcool/prisma a while ago and very pleased so far.

@elnygren
Copy link

elnygren commented Apr 8, 2019

Using at a startup project to provide some Queries for a B2B web dashboard with many "list/show my org's " (no mutations with hasura now or in near future).

We have a quite big GraphQL API (Apollo) already and we stitch Hasura into it with Apollo schema stitching (rather than stitching existing API to hasura, for example).

My opinion so far:

  • can probably make life easier & improve sanity of devs as no need to do repetitive monkey coding of basic show/list data with pagination APIs
  • auth & permissions system is actually pretty good (JWKS + non-trivial permissions)
  • after some research, plays nice with Docker & k8s

@13banda
Copy link

13banda commented Apr 9, 2019

using as backend in electron js App

@arxpoetica
Copy link

WIP headless CMS https://github.com/arxpoetica/stallion

@BenoitRanque
Copy link
Contributor

WIP (6 weeks ETA) sales platform. Also multiple internal projects. Will update when public

@DeepakSahoo91
Copy link

DeepakSahoo91 commented Apr 9, 2019

We launched our realtime location sharing app for cab drivers this week. It's a simple android application with a graphQL-postgres backend. We used the Hasura GraphQL Engine, and it amazingly simplified and accelerated our development efforts! We were able to easily support our first 500 users on a Heroku free tier. Can't thank you enough for this.

@moksahero
Copy link
Contributor

moksahero commented Apr 9, 2019

prototyping business matching app with

  • VueJS + Nuxt
  • Hasura GraphQL engine to store user data
  • Firebase for realtime chat (planning to migrate to subscription with Hasura)
  • Algolia for user serarch updated through webhook events from Hasura

https://dev.sugu.app/

@trekze
Copy link

trekze commented Apr 10, 2019

I'm building an e-commerce site powered by Hasura.

Front-end VueJS. Back-end NestJS, with a sprinkling of AWS Lambda.

@jlowin
Copy link

jlowin commented Apr 10, 2019

We're using Hasura at Prefect to power parts of our Cloud backend. We were able to replace an internal GraphQL-to-SQL compiler in just a few days, and have built some useful tooling on top of Hasura, including a Python ORM. When things calm down, we'll look at open-sourcing it in case others find it as useful as we have!

@thangngoc89
Copy link
Contributor

We are using Hasura for Sketch.sh. It's a platform for sharing interactive OCaml/ReasonML code snippets. The whole project is OSS.

Hasura GraphQL Engine and related micro-services have been running for more than 8 months without any interventions from my part. Even though HGE is still marked at alpha version, I have to say it's extremely stable and production ready

@joserocha3
Copy link
Contributor

joserocha3 commented Apr 11, 2019

Using Hasura at our startup Dot Dot Data. About to go live with our first app in another couple of weeks. It is a mobile app (built with Flutter) for rewarding clients for frequent visits to your business. Our entire database logic is handled by Hasura. We are hosting on Heroku and using Firebase for user authentication and event-based triggers.

I plan to use Hasura going forward, for the aforementioned startup or any other project I have a say in.

@chrisnurse
Copy link

I'm developing new products with a client for an IoT platform here in Australia. Hasura has revolutionsed how we develop API based products and real time apps. It's simply amazing. We will tell you more about the specific projects closer to go-live in a few weeks, but we're working with an awesome client called AxisTech, and together we have even open sourced tools to help the Hasura community - see https://www.npmjs.com/package/hasura-auto-tracker

@hasura hasura deleted a comment from RkmRkm Jun 10, 2019
@hasura hasura deleted a comment from somarneto Jun 10, 2019
@0x777 0x777 unpinned this issue Jun 11, 2019
@0x777 0x777 pinned this issue Jun 11, 2019
@amitrajput1992
Copy link

Using Hasura at GMETRI. It's a platform for building AR/VR experiences on the web.
It has been a few months since we started using hasura here and I can say this with absolute confidence that hasura graphql has secured a place in our current and all future workflows.

@pomazanbohdan
Copy link

I create open source e-government platform for open data in Ukraine
And back and SaaS platform city portal

@mnlbox
Copy link
Contributor

mnlbox commented Jun 24, 2019

@Pomazan-Bogdan Intresting. Can you share any git URL?

@RagedPanda
Copy link

@shahidhk Yep we are using GraphQL at https://www.getproperly.com/en

@pomazanbohdan
Copy link

@mnlbox
Start here https://github.com/OpenData835/urp

@wawhal wawhal unpinned this issue Jul 17, 2019
@wawhal wawhal pinned this issue Jul 17, 2019
@lidorcg
Copy link

lidorcg commented Jul 18, 2019

Using in our org.
We have 2 front-end products (education).
And 1 hasura back-end.

We had some tricky logic to implement with views on sql (recursion + aggregation) but we made it and it's pretty awesome.

Another interesting insight we had is (as the schema grew) the need to keep a "lower" layer of very normalized tables and a "higher" layer of easy to understand and query api with views.

We even had to use materialized views for the more complex logic to keep performance reasonable.

@Fp-jmorato
Copy link

In our company we started a new development, we are incorporating it in the backEnd.

@elitan
Copy link
Contributor

elitan commented Jul 25, 2019

I use Hasura to let other people accelerate at using Hasura at https://nhost.io

nhost.io is a managed service for Hasura with Auth and Storage included.

@jjangga0214
Copy link
Contributor

jjangga0214 commented Aug 12, 2019

We're migrating from Prisma => Graphql Engine for some use cases that prisma was not handling.

@Disturbing Would you share some of your experience on the "use case"?

@Disturbing
Copy link

Disturbing commented Aug 13, 2019 via email

@nyamba
Copy link

nyamba commented Aug 28, 2019

Hello there,
We are building online book library and using the hasura for backend. from Mongolia.

@michael-land
Copy link

michael-land commented Sep 3, 2019

Hi, there.
Just built a delivery app for my client. GraphQL engine makes my workflow simpler and more efficient. I hope that camelCase name option can be added soon.

@PlamenHristov
Copy link

PlamenHristov commented Sep 5, 2019

Hey @shahidhk ,

We are a blockchain startup https://plutus.it and have been using Hasura in production for a while now.
The Hasura events allowed us to build an event driven system without having to use Kafka, which is perfect for a small team as ours.
Additionally, the fine grained ACL and Auth0 integration is the greatest thing since sliced bread.

Thank you very much for the great product!

@codeithuman
Copy link

https://ryd.green

We are using Hasura with our React Native app for https://ryd.green. We'll be releasing the app to iOS and Android in the coming weeks.

We are leveraging almost all aspects of Hasura, including subscriptions, permissions, remote schemas, and events.

Thanks so much to Hasura, it has allowed us to move with great speed and a very small team. We will be using Hasura for future projects as well.

@florent1933
Copy link

As I promised, the blog post about migrating from Firebase to Hasura: https://medium.com/@clapie.florent/how-i-scale-firebase-by-migrating-to-graphql-and-speed-up-my-development-by-10x-200b4a3068a0?sk=cf4a748bfa93d061ad84fd194d5e87bb

Better late than never 🤞

@phoenix1796
Copy link

We are using it for handling our data store and to handle large frequency analytics traffic from IoT devices at http://pingzeex.io
Hasura has made it so that we can focus on the product without worrying about our data management needs and it has also helped us de-couple our front-end from the CPaaS back-end that we have created.

🥂 🎉

@dsandip dsandip unpinned this issue Nov 18, 2019
@denizkenan
Copy link

denizkenan commented Jan 3, 2020

http://unrealists.com/

is currently using Hasura for multiple clients(Finance, Mobility etc..). It is core part of our Process Management Engine stack(K3S/Traefic/Linkerd/Redis/Minio/Spilo/Hasura/NestJS/OpenFaaS).

Hasura gives us extra capabilities to expose a data mesh alongside with service mesh.

@tibotiber
Copy link
Contributor

Just released the early access to Smplrspace, it's all Hasura and Lambdas on the backend, really satisfied with the DX and speed boost you guys provide! 🚀

@crates
Copy link

crates commented Sep 9, 2020

I'm using Hasura to build out the back-end for VieDay, which is a mindfulness and productivity app designed to help you take control of your life and your time. I've had an awesome experience using it so far! I'm doing most of the development by myself, and only part-time when I can find some time. For that reason, it's been SUPREMELY helpful to have a solution that's so easy to use and cheap to deploy. Thanks for this awesome product!

@amnaveenriaz
Copy link

We have been using Hasura extensively in our applications. It has been a boon for accelerated development. Some of the features that are critical for us are currently in the roadmap and expecting them to be released soon. Kudos to the Hasura team and community for this great product.

@vamshi9666
Copy link

migrated from "graph.cool"

@rsd1122 rsd1122 closed this as completed Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/community Related to community content
Projects
None yet
Development

No branches or pull requests