Войти
  • 5418Просмотров
  • 5 лет назадОпубликованоJoin the Graph

Getting Started With Graph Databases, Apache TinkerPop, and Gremlin - Tutorial 4

This is the forth and last video in a series of video tutorials made to help you get started with graph databases, Apache TinkerPop, and Gremlin. This series is based on the "Getting Started" tutorial on the Apache TinkerPop website. This is a link to the Github repository where you can find the code that was written in this video Link to download the " " file 0:00 Introduction 1:56 Groovy import program 18:54 Execute Groovy program from Gremlin Console 20:00 The Gremlin Server 21:48 C# import program 33:33 Conclusion Thanks to Aditya's comment, I figured out how to create a TinkerGraph index from a C# program. Here is the line of code. await (" ('userId', )"); Watch the other videos in this series