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.7)simplegraphdb_2021.03.10.zip(r-4.6)simplegraphdb_2021.03.10.zip(r-4.5)
simplegraphdb_2021.03.10.tgz(r-4.6-any)simplegraphdb_2021.03.10.tgz(r-4.5-any)
simplegraphdb_2021.03.10.tar.gz(r-4.7-any)simplegraphdb_2021.03.10.tar.gz(r-4.6-any)
simplegraphdb_2021.03.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:500ca8d720. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 115 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | NOTE | 122 | ||
| macos-release-arm64 | NOTE | 161 | ||
| macos-oldrel-arm64 | NOTE | 171 | ||
| windows-devel | NOTE | 84 | ||
| windows-release | NOTE | 130 | ||
| windows-oldrel | NOTE | 78 | ||
| wasm-release | OK | 96 |
Exports:add_nodeatomicconnect_nodesfind_inbound_neighborsfind_neighborsfind_nodefind_nodesfind_outbound_neighborsget_connectionsinitializeremove_nodeset_idtraverseupsert_nodevisualize
Dependencies:bitbit64blobcachemclicpp11DBIfastmapgluelifecyclememoisepkgconfigrjsonrlangRSQLitevctrs
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 |
