https://github.com/OpenDgraph/Awesome-Dgraph
A list of media, code and info about Dgraph.
https://github.com/OpenDgraph/Awesome-Dgraph
List: Awesome-Dgraph
awesome dgraph graph graphdb graphql
Last synced: 3 months ago
JSON representation
A list of media, code and info about Dgraph.
- Host: GitHub
- URL: https://github.com/OpenDgraph/Awesome-Dgraph
- Owner: OpenDgraph
- License: mit
- Created: 2018-11-15T19:37:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T16:41:20.000Z (over 4 years ago)
- Last Synced: 2023-09-27T10:09:06.178Z (over 1 year ago)
- Topics: awesome, dgraph, graph, graphdb, graphql
- Size: 8.79 KB
- Stars: 21
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - Awesome-Dgraph - A list of media, code and info about Dgraph. (Other Lists / Julia Lists)
README
# Awesome-Dgraph
A list of media, code and info about Dgraph.[](https://github.com/sindresorhus/awesome) 
## Contents
- [Videos and Podcasts](#Videos-and-Podcasts)
- [Podcasts](#Podcasts)
- [From Dgraph YT Channel](#From-Dgraph-Youtube-Channel)
- [Youtube](#Youtube-in-general)- [Media](#Media)
- [Documentations](#Documentations)
- [Community](#Community)
- [Chat](#Chat)
- [Discussion Forums](#Discussion-Forums)
- [Dgraph's Social Media](#Dgraph's-Social-Media)- [Downloads](#Downloads)
- [Code](#Code)
- [JavaScript](#JavaScript)# Videos and Podcasts
## Podcasts
#### 2021
* [Dgraph: Native GraphQL Database with Manish Jain](https://softwareengineeringdaily.com/2021/01/19/dgraph-native-graphql-database-with-manish-jain/)
#### 2020
- [Contributor: Dgraph with Manish Jain](https://www.breaker.audio/contributor/e/71505287)
#### 2019
- [Go Time #108: Graph Databases (podcast)](https://www.youtube.com/watch?v=Mc_oJ9z3mp4)
#### 2018* [There and back again (Dgraph's tale)](https://changelog.com/podcast/322)
* [Graph Databases In Production At Scale Using DGraph with Manish Jain - Episode 44](https://www.dataengineeringpodcast.com/dgraph-with-manish-jain-episode-44/)## From Dgraph's Youtube Channel
#### 2020
- [DGraph - a Graph Database](https://www.youtube.com/watch?v=X85_Gq43i-A)#### 2019
* [Graph Database: Up and Running with Dgraph's Tour (2019)](https://youtu.be/sxqRGfDL7Qw)
* [Graph Database: Performing CRUD operations with Dgraph (2019)](https://youtu.be/vhatoyZ2vic)#### 2018
* [KV Database: Badger Talk at GoSF Meetup - 21 Feb (2018)](https://youtu.be/VftmLgwk_cY)
#### 2017
* [Graph Database: Get Started (2017) Dgraph Version v0.8.0](https://youtu.be/QIIdSp2zLcs)
* [Graph Database: Intro to Dgraph's Query Language (2017)](https://youtu.be/VM7METe3N3Q)
* [Graph Database: Using Dgraph Go Client (2017)](https://youtu.be/pq2o_IHgbww)## Youtube in general
#### 2018
* [Graph theory: 🐺 wolf, 🐑 sheep and 🥗 cabbage](https://youtu.be/pBT-8gqhHzo)
* [Graph Database & Dgraph Intro](https://youtu.be/5_N4Q68uUAQ)
* [Run Dgraph with Docker-Compose](https://youtu.be/BZ84BmtmcW4)
> Dgraph has changed since this video above. Now instead of "Dgraph Server to run Dgraph. You need to run "Dgraph Alpha". [Check Dgraph v1.0.10 release](https://github.com/dgraph-io/dgraph/releases/tag/v1.0.10)* [Run Multiple Dgraph Instances with Docker-Compose](https://youtu.be/DH4I2Z59JDg)
* [Dgraph Schema](https://youtu.be/B2OeG5Y6-tc)
* [Dgraph Query](https://youtu.be/7VNluBNCqw8)#### 2017
* [Dgraph - A distributed graph database written in Go - GopherCon SG 2017 ](https://youtu.be/cHXbYLNa0qQ)
* [Manish Rai Jain - Dgraph - A native and distributed graph database written in Go](https://youtu.be/ZAlIjLKyhcw)
* [Introduction to using the Badger key-value store](https://youtu.be/XBKq39caRZ8)
#### 2016
* [Binary encoding, Flatbuffers and gRPC by Manish R Jain - Go Meetup, October 2016](https://youtu.be/aEqNSR1CgLk)## Youtube - Content graph related
Here you gonna have interesting content related to Graph world.
* [Graph Data Structure 4. Dijkstra’s Shortest Path Algorithm](https://youtu.be/pVfj6mxhdMw)
* [Top 10 Graph Algorithms you must know before Programming Interview](https://youtu.be/RqQBh_Wbcu4)
* [Data structures: Introduction to graphs](https://youtu.be/gXgEDyodOJU)
* [Algorithms: Graph Search, DFS and BFS](https://youtu.be/zaBhtODEL0w)
* [What are Graph Databases and Why should I care? - Dave Bechberger](https://youtu.be/qiqLhlG4CkU)# Media
- [Dgraph: 12 Reasons that make it the Best Database of 21st Century](https://www.derpycoder.com/dgraph-12-reasons-that-make-it-the-best-database-of-21st-century/)
# Documentations
- [Main Dgraph's Docs](https://docs.dgraph.io/)
- [Jepsen Distributed Systems Analysis on DGraph](https://jepsen.io/analyses/dgraph-1-0-2)
- [Dgraph Paper](https://dgraph.io/paper)# Community
## Discussion Forums
- [Discuss](https://discuss.dgraph.io/)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/dgraph)
- [Reddit](https://www.reddit.com/user/manishrjain)
- [Hacker News](https://hn.algolia.com/?query=dgraph&sort=byPopularity&prefix&page=0&dateRange=all&type=story)
## Dgraph's Social Media
- [Dgraph's Twitter](https://twitter.com/dgraphlabs)
- [Manish's Twitter](https://twitter.com/manishrjain)# Downloads
- [Badger - Fast key-value store in Go.](https://github.com/dgraph-io/badger/releases)
- [Dgraph - Scalable, Distributed, Low Latency, High Throughput Graph Database.](https://github.com/dgraph-io/dgraph/releases)
- [Install Dgraph](https://github.com/dgraph-io/Install-Dgraph)
> If you're using MacOs you can prompt Dgraph like so `brew tap srfrog/dgraph` and then `brew install dgraph`# Code
## JavaScript
[Graphoverflow](https://github.com/dgraph-io/graphoverflow) - Run the entire StackOverflow on Dgraph.