Looking for Helpful Neptune Database Tutorials or Books

0
6
Asked By CuriousCat123 On

I'm trying to dive into learning about the Neptune Graph Database, but I've hit a bit of a wall finding quality training material and guides. The only thing I've stumbled across is a brief introduction guide from AWS, which barely scratches the surface. If anyone has recommendations for in-depth tutorials or books on Neptune or useful resources, I would really appreciate it!

3 Answers

Answered By DataDynamo88 On

Neptune property graphs mainly use Gremlin for queries since it's part of the Apache Tinkerpop framework. While Cypher support is available, it's more of a secondary option. I recommend checking out the Tinkerpop documentation and tutorials to get a solid foundation for working with Neptune. Here’s the link: https://tinkerpop.apache.org/

CuriousCat123 -

Thank you this is very helpful!

Answered By GraphGuru99 On

Are you familiar with RDF and Property graphs? Understanding these concepts will really help you grasp how Neptune works, especially if your use case leans towards property graphs. Let me know your thoughts!

CuriousCat123 -

Only on a very superficial level. Though I believe my current use case would be for a property graph.

Answered By GraphExplorer27 On

Honestly, I suggest looking at Neo4j tutorials. They tend to be much more detailed and packed with examples. Once you have the basics of graph databases down, you can zoom in on the specifics of Neptune if you need to, or even run Neo4j on AWS if that suits your needs!

CuriousCat123 -

I'll definitely take a look at the neo4j tutorials if I can't find any good Neptune resources.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.