graph_database_practical (387B)
1 # Graph database practical 2 3 Implementations: 4 5 - [Neo4j] 6 - for [RPQs]: [garcia2025pathdb] 7 - [apache_jena] 8 - [amazon_neptune] for [hosted_solution] 9 10 Query languages: 11 12 - [graph_query_languages] 13 14 Models: 15 16 - [Property_graphs]: nodes and directed edges which have an ID and takes a value from some property 17 18 Comparisons: [besta2023demistifying] 19 20 Up: [graph_database] 21 22 See also: [triple_store]