├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Michel Conrado 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-Dgraph 2 | A list of media, code and info about Dgraph. 3 | 4 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![Branch master](https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square) 5 | 6 | ## Contents 7 | 8 | - [Videos and Podcasts](#Videos-and-Podcasts) 9 | - [Podcasts](#Podcasts) 10 | - [From Dgraph YT Channel](#From-Dgraph-Youtube-Channel) 11 | - [Youtube](#Youtube-in-general) 12 | 13 | - [Media](#Media) 14 | 15 | - [Documentations](#Documentations) 16 | 17 | - [Community](#Community) 18 | - [Chat](#Chat) 19 | - [Discussion Forums](#Discussion-Forums) 20 | - [Dgraph's Social Media](#Dgraph's-Social-Media) 21 | 22 | - [Downloads](#Downloads) 23 | - [Code](#Code) 24 | - [JavaScript](#JavaScript) 25 | 26 | # Videos and Podcasts 27 | 28 | ## Podcasts 29 | 30 | #### 2021 31 | 32 | * [Dgraph: Native GraphQL Database with Manish Jain](https://softwareengineeringdaily.com/2021/01/19/dgraph-native-graphql-database-with-manish-jain/) 33 | 34 | #### 2020 35 | 36 | - [Contributor: Dgraph with Manish Jain](https://www.breaker.audio/contributor/e/71505287) 37 | 38 | #### 2019 39 | 40 | - [Go Time #108: Graph Databases (podcast)](https://www.youtube.com/watch?v=Mc_oJ9z3mp4) 41 | #### 2018 42 | 43 | * [There and back again (Dgraph's tale)](https://changelog.com/podcast/322) 44 | * [Graph Databases In Production At Scale Using DGraph with Manish Jain - Episode 44](https://www.dataengineeringpodcast.com/dgraph-with-manish-jain-episode-44/) 45 | 46 | ## From Dgraph's Youtube Channel 47 | 48 | #### 2020 49 | - [DGraph - a Graph Database](https://www.youtube.com/watch?v=X85_Gq43i-A) 50 | 51 | #### 2019 52 | 53 | * [Graph Database: Up and Running with Dgraph's Tour (2019)](https://youtu.be/sxqRGfDL7Qw) 54 | * [Graph Database: Performing CRUD operations with Dgraph (2019)](https://youtu.be/vhatoyZ2vic) 55 | 56 | #### 2018 57 | 58 | * [KV Database: Badger Talk at GoSF Meetup - 21 Feb (2018)](https://youtu.be/VftmLgwk_cY) 59 | 60 | #### 2017 61 | 62 | * [Graph Database: Get Started (2017) Dgraph Version v0.8.0](https://youtu.be/QIIdSp2zLcs) 63 | * [Graph Database: Intro to Dgraph's Query Language (2017)](https://youtu.be/VM7METe3N3Q) 64 | * [Graph Database: Using Dgraph Go Client (2017)](https://youtu.be/pq2o_IHgbww) 65 | 66 | ## Youtube in general 67 | 68 | #### 2018 69 | * [Graph theory: 🐺 wolf, 🐑 sheep and 🥗 cabbage](https://youtu.be/pBT-8gqhHzo) 70 | * [Graph Database & Dgraph Intro](https://youtu.be/5_N4Q68uUAQ) 71 | * [Run Dgraph with Docker-Compose](https://youtu.be/BZ84BmtmcW4) 72 | > 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) 73 | 74 | * [Run Multiple Dgraph Instances with Docker-Compose](https://youtu.be/DH4I2Z59JDg) 75 | * [Dgraph Schema](https://youtu.be/B2OeG5Y6-tc) 76 | * [Dgraph Query](https://youtu.be/7VNluBNCqw8) 77 | 78 | #### 2017 79 | 80 | * [Dgraph - A distributed graph database written in Go - GopherCon SG 2017 ](https://youtu.be/cHXbYLNa0qQ) 81 | * [Manish Rai Jain - Dgraph - A native and distributed graph database written in Go](https://youtu.be/ZAlIjLKyhcw) 82 | * [Introduction to using the Badger key-value store](https://youtu.be/XBKq39caRZ8) 83 | #### 2016 84 | * [Binary encoding, Flatbuffers and gRPC by Manish R Jain - Go Meetup, October 2016](https://youtu.be/aEqNSR1CgLk) 85 | 86 | ## Youtube - Content graph related 87 | Here you gonna have interesting content related to Graph world. 88 | * [Graph Data Structure 4. Dijkstra’s Shortest Path Algorithm](https://youtu.be/pVfj6mxhdMw) 89 | * [Top 10 Graph Algorithms you must know before Programming Interview](https://youtu.be/RqQBh_Wbcu4) 90 | * [Data structures: Introduction to graphs](https://youtu.be/gXgEDyodOJU) 91 | * [Algorithms: Graph Search, DFS and BFS](https://youtu.be/zaBhtODEL0w) 92 | * [What are Graph Databases and Why should I care? - Dave Bechberger](https://youtu.be/qiqLhlG4CkU) 93 | 94 | # Media 95 | 96 | - [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/) 97 | 98 | # Documentations 99 | 100 | - [Main Dgraph's Docs](https://docs.dgraph.io/) 101 | - [Jepsen Distributed Systems Analysis on DGraph](https://jepsen.io/analyses/dgraph-1-0-2) 102 | - [Dgraph Paper](https://dgraph.io/paper) 103 | 104 | # Community 105 | ## Discussion Forums 106 | - [Discuss](https://discuss.dgraph.io/) 107 | - [Stack Overflow](https://stackoverflow.com/questions/tagged/dgraph) 108 | - [Reddit](https://www.reddit.com/user/manishrjain) 109 | - [Hacker News](https://hn.algolia.com/?query=dgraph&sort=byPopularity&prefix&page=0&dateRange=all&type=story) 110 | ## Dgraph's Social Media 111 | - [Dgraph's Twitter](https://twitter.com/dgraphlabs) 112 | - [Manish's Twitter](https://twitter.com/manishrjain) 113 | 114 | 115 | # Downloads 116 | 117 | - [Badger - Fast key-value store in Go.](https://github.com/dgraph-io/badger/releases) 118 | - [Dgraph - Scalable, Distributed, Low Latency, High Throughput Graph Database.](https://github.com/dgraph-io/dgraph/releases) 119 | - [Install Dgraph](https://github.com/dgraph-io/Install-Dgraph) 120 | > If you're using MacOs you can prompt Dgraph like so `brew tap srfrog/dgraph` and then `brew install dgraph` 121 | 122 | # Code 123 | 124 | ## JavaScript 125 | 126 | [Graphoverflow](https://github.com/dgraph-io/graphoverflow) - Run the entire StackOverflow on Dgraph. 127 | --------------------------------------------------------------------------------