Ladybug Node Zero - uno-fficial Zero-Copy elegance #235
vkozio
started this conversation in
Show and tell
Replies: 2 comments 1 reply
|
I encourage curious minds to push it further into WASM-with-persistance distributables to seriously boost adoption |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is my vision of proper Node.js addon (napi-rs, Rust) for LadybugDB.
https://github.com/vkozio/ladybug-node-zero-rs
What you get
Low-level: Database, Connection, QueryResult, Pool — Cypher, prepared statements, Arrow schema + binary chunks, bulk ingest (loadArrowSync / loadArrowAsync).
Graph: NativeGraphDB — exportTopology / importTopology, fluent V() / E() queries, GraphTransaction, GraphNodeCursor.
Async: Heavy work (query, init, loadArrow) runs off the main thread; sync APIs are explicitly blocking.
All reactions