wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

graph_database_practical (292B)


      1 # Graph database practical
      2 
      3 Implementations:
      4 
      5 - [Neo4j]
      6 - for [RPQs]: [garcia2025pathdb]
      7 
      8 Query languages:
      9 
     10 - [graph_query_languages]
     11 
     12 Models:
     13 
     14 - [Property_graphs]: nodes and directed edges which have an ID and takes a value from some property
     15 
     16 Up: [graph_database]
     17 
     18 See also: [triple_store]