All Talks

Building your own code-driven workflow on top of Hasura's declarative configuration- Balázs E Pataki

Configuration of Hasura is usually done via the Hasura Console. However during development - especially in case of a Spring web application using Hibernate as the ORM - the database schema may change a lot and it is tedious to always set table and relationship tracking, permissions etc. on a newly generated database in the Hasura Console. With HasuraConfigurator when the data model changes in Java the Hasura configurations can be regenerated and automatically loaded into Hasura thus the data …

You might be interested in: