RFC: Android / ART Support for LadybugDB as an Embedded Graph Database #639
Subham-chaudhary
started this conversation in
Ideas
Replies: 2 comments
|
Anything missing here? LadybugDB/ladybug-java#8 |
0 replies
|
Even though we test compatibility with android, we don't publish any android specific binaries to maven. That's the missing piece. Kuzu had support for this and I don't think we did anything to break it. What's missing is the devops work to reenable the CI for android to publish binaries on release. My thinking is to keep all that code in |
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.
I was wondering whether Android support is on the roadmap.
From an architectural perspective, Ladybug already seems like a strong fit for mobile-Android particularly.
Motivation
Android currently lacks a modern, lightweight, open-source embedded graph database designed for native mobile applications.
As on-device AI continues to improve, an embedded graph database can become a key component for applications that use local LLMs, tool calling, and GraphRAG.
This enables a wide range of applications while keeping user data entirely on-device, providing
and ot seems ladybugdb would be best candidate for this.
Ideally, Android support would include
Question
Is Android/ART support something that's planned for the future?
If Android/ART support isn't currently planned, I'd be interested in investigating an Android port.
Given that the Java bindings already communicate with the native C++ engine via JNI,
does the engine depend on Linux-specific libraries, syscalls, or other platform assumptions that are unavailable or different on Android?
All reactions