• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Triplestore database

Gonki

Lurker
I am a developer of a programming language built around entity-attribute-value schema which is a triplestore. The schema is static and accommodates program code, triplets, EAV tables, data reference links and with added extensions predefined document formats for example xml, rdf, etc inside a normalized relational schema.

Language translator is programmed in Postgres with PL/SQL functions. The schema has approx. 10+number of supported datatypes tables. Since Android comes with SQLite I reckon there is a good chance this language could be transplanted to the os platform. Key-value pair command format makes syntax implementation flexible and has some oop features. Basically I am looking for any information or links about EAV triplestore development, interest groups, enthusiasts, etc for Android platform. Not an Android programmer by trade I worked with many DBMS and imo SQLLite has everything needed to use it as db engine and write the translator code in, for example, Java rather than PL/SQL.
 
Back
Top Bottom