Package: simplegraphdb 2021.03.10
simplegraphdb: A Simple Graph Database
This is a graph database in 'SQLite'. It is inspired by Denis Papathanasiou's Python simple-graph project on 'GitHub'.
Authors:
simplegraphdb_2021.03.10.tar.gz
simplegraphdb_2021.03.10.zip(r-4.5)simplegraphdb_2021.03.10.zip(r-4.4)simplegraphdb_2021.03.10.zip(r-4.3)
simplegraphdb_2021.03.10.tgz(r-4.4-any)simplegraphdb_2021.03.10.tgz(r-4.3-any)
simplegraphdb_2021.03.10.tar.gz(r-4.5-noble)simplegraphdb_2021.03.10.tar.gz(r-4.4-noble)
simplegraphdb_2021.03.10.tgz(r-4.4-emscripten)simplegraphdb_2021.03.10.tgz(r-4.3-emscripten)
simplegraphdb.pdf |simplegraphdb.html✨
simplegraphdb/json (API)
# Install 'simplegraphdb' in R: |
install.packages('simplegraphdb', repos = c('https://mikeasilva.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mikeasilva/simplegraphdb/issues
Last updated 4 years agofrom:500ca8d720. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 09 2024 |
R-4.5-win | NOTE | Oct 09 2024 |
R-4.5-linux | NOTE | Oct 09 2024 |
R-4.4-win | NOTE | Oct 09 2024 |
R-4.4-mac | NOTE | Oct 09 2024 |
R-4.3-win | NOTE | Oct 09 2024 |
R-4.3-mac | NOTE | Oct 09 2024 |
Exports:add_nodeatomicconnect_nodesfind_inbound_neighborsfind_neighborsfind_nodefind_nodesfind_outbound_neighborsget_connectionsinitializeremove_nodeset_idtraverseupsert_nodevisualize
Dependencies:bitbit64blobcachemclicpp11DBIfastmapgluelifecyclememoisepkgconfigplogrrjsonrlangRSQLitevctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generates the SQL to add a node to the database | add_node |
An atomic transaction wrapper function | atomic |
Add an edge to the database | connect_nodes |
Generates the SQL to find the inbound neighbors for a node in the database | find_inbound_neighbors |
Generates the SQL to find the neighbors for a node in the database | find_neighbors |
Generates the SQL to find a node from the database | find_node |
Generate SQL to find nodes matching a criteria | find_nodes |
Generates the SQL to find the outbound neighbors for a node in the database | find_outbound_neighbors |
Generates the SQL to find the connections for a node in the database | get_connections |
Initialize a new graph database | initialize |
Generates the SQL to remove a node from the database | remove_node |
Sets the id attribute in JSON data | set_id |
Finds the path as you traverse the graph | traverse |
Generates the SQL to upsert a node in the database | upsert_node |
Generates dot files for visualization of the graph | visualize |