Tech review of deno/hasura/keycloack/kongHQ on a kubernetes cluster
https://khaja.dev/posts/a-sane-starter-for-rapid-prototyping/
https://dev.to/singhcool/graphql-server-with-deno-and-oak-framwork-2cpn
https://github.com/timhall/svelte-apollo
https://github.com/rodolphocastro/deno-swapi (deno/oak/svelte)
https://www.nielsvandermolen.com/new-architecture-svelte-api-platform/
https://github.com/httpsOmkar/keycloak-hasura-connector
http://www.mastertheboss.com/jboss-frameworks/keycloak/keycloak-with-docker
docker exec -it tech_review_2020_keycloak_1 /bin/bash
/opt/jboss/keycloak/bin/standalone.sh \
-Djboss.socket.binding.port-offset=100 -Dkeycloak.migration.action=export \
-Dkeycloak.migration.provider=singleFile \
-Dkeycloak.migration.realmName=veilletechno2020 \
-Dkeycloak.migration.usersExportStrategy=REALM_FILE \
-Dkeycloak.migration.file=/tmp/my_realm.json
exit
docker cp tech_review_2020_keycloak_1:/tmp/my_realm.json ./myrealm.json
https://gist.github.com/webdeb/d8a99df9023f01b78e3e8ff580abe10b