All Projects → graphql-editor → graphql-backend-template-dgraph

graphql-editor / graphql-backend-template-dgraph

Licence: other
Dgraph GraphQL Editor template for backend using very fast dgraph golang database server under the hood

Projects that are alternatives of or similar to graphql-backend-template-dgraph

React Native Webview Invoke
Invoke functions between React Native and WebView
Stars: ✭ 211 (+368.89%)
Mutual labels:  native
Easyincrementalupdate
Android差分补丁库,通过native层合并APK,实现增量更新升级,让你更新的APK更小。
Stars: ✭ 233 (+417.78%)
Mutual labels:  native
go-uci
Native Go bindings for OpenWrt's UCI.
Stars: ✭ 69 (+53.33%)
Mutual labels:  native
Dmd
dmd D Programming Language compiler
Stars: ✭ 2,498 (+5451.11%)
Mutual labels:  native
Titanium mobile
🚀 Native iOS- and Android- Apps with JavaScript
Stars: ✭ 2,553 (+5573.33%)
Mutual labels:  native
Core
Native HTML Elements with CSS superpowers. 🕶
Stars: ✭ 237 (+426.67%)
Mutual labels:  native
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+34455.56%)
Mutual labels:  native
dynamico
Dynamico allows a remote (web-like) code push work-flow for continuous delivery of specific features native or web.
Stars: ✭ 96 (+113.33%)
Mutual labels:  native
Keen Slider
The HTML touch slider carousel with the most native feeling
Stars: ✭ 3,097 (+6782.22%)
Mutual labels:  native
Darklaf
Darklaf - A themeable swing Look and Feel based on Darcula-Laf
Stars: ✭ 249 (+453.33%)
Mutual labels:  native
Elixir Json
Native JSON library for Elixir
Stars: ✭ 216 (+380%)
Mutual labels:  native
Ts Llvm
TypeScript to LLVM compiler (abandoned)
Stars: ✭ 230 (+411.11%)
Mutual labels:  native
Jasonelle
🛸 🏘️ Jasonelle issues, releases and discussions repository.
Stars: ✭ 240 (+433.33%)
Mutual labels:  native
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+5442.22%)
Mutual labels:  native
spark-dgraph-connector
A connector for Apache Spark and PySpark to Dgraph databases.
Stars: ✭ 36 (-20%)
Mutual labels:  dgraph
Share Api Polyfill
A polyfill for the sharing that can be used in desktop too, so your users can shere in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
Stars: ✭ 210 (+366.67%)
Mutual labels:  native
Enaml Native
Build native mobile apps in python with enaml
Stars: ✭ 234 (+420%)
Mutual labels:  native
NatsuLang
No description or website provided.
Stars: ✭ 96 (+113.33%)
Mutual labels:  native
tasit-apps
Native mobile Ethereum dapps for mainstream users
Stars: ✭ 35 (-22.22%)
Mutual labels:  native
Reason Graphql Fullstack
Fullstack Reason + GraphQL Todo List App
Stars: ✭ 246 (+446.67%)
Mutual labels:  native

GraphQL Editor Team - Dgraph Backend template

This template is worth 2020 .

Brought by GraphQL Editor Team

Why?

You get database with graphql interface for storing your data just from GraphQL Schema.

How it works

Like that, and it is only from GraphQL Schema!! :

Dependencies

Docker

jq

These 2 are needed to run this

npm

Quick Start

Clone this repo

git clone https://github.com/graphql-editor/graphql-backend-template-dgraph
npm install

To start with this template you will need GraphQL Schema. Create one with GraphQL Editor and copy its contents to schema.graphql file. Example schema can look like this Schema Remember when using Dgraph you need only Types, Interfaces and Enums. Also there is a small bug in Dgraph which doesnt allow comments in schema files.

Or if you are lazy:

Forget about the schema and use one inside repo. Do nothing and proceed.

Run this command in one terminal

npm run dgraph

And run this command in the other one

npm run inject-dgraph-schema

Voila. Your GraphQL native database is ready to use. Run queries in a tool like Firecamp, so Insomnia, GraphiQL etc.

Generate Client libraries

When the server is running you can generate the actual dgraph generated schema file and autcomplete library for Javascript or TypeScript Frontend

Browser / React Native

TypeScript

npm run generate-nodets

Javascript

npm run generate-nodejs

Node

TypeScript

npm run generate-ts

Javascript

npm run generate-js

Author

Twitter - follow me for latest news with this boilerplate

Github - follow me for latest news with this boilerplate

Under the hood

Dgraph

Zeus

Additional resuources

Dgraph Definitions Dgraph tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].