Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph database embedded on iOS

What options exist for running a graph database embedded on iOS?

Given the apparent lack of options would it be best to try to manage the DB in sqlite and just keep the database size small?

like image 339
eigen_enthused Avatar asked Feb 19 '13 18:02

eigen_enthused


People also ask

What is a graph database?

A graph database is based on graph theory, uses nodes, properties, and edges and provides index-free adjacency. These database uses graph structures with nodes, edges, and properties to represent and store data. Every element contains a direct pointer to its adjacent elements and no index lookups are necessary in a graph database.

What is Oracle Spatial and graph?

Oracle Spatial and Graph uses Oracle Database 12c and its newest, most effective feature is the Oracle Database In-Memory which provides the user with the access to analytics and workload OLTP which delivers extremely efficient results as well as supports real-time analytics, business intelligence and reports.

What is the best database for mobile applications?

The most established mobile database – one could even say the only “established” – mobile database is SQLite. This may be due to SQLite being around since the year 2000 and being embedded with iOS and Android since the beginning. SQLite is a relational database.

Why choose the neoj graph database?

The Neoj graph database is superior to other non-native graph solutions for a number of reasons. Neoj4uses natives graph storage which gives the freedom to manage and store your data in a highly disciplined manner.


1 Answers

DEX Graph DB by Sparsity Technologies was made publicly available a few days ago, for iOS platform (and also BB10). It's free for evaluation and development.

As it is a beta-release a registration is required prior to download. You can try it at:

http://www.sparsity-technologies.com/dex_downloads

DEX mobile beta offers the C++ API for both the iOS & BB10 platforms.

like image 135
Pere Avatar answered Sep 28 '22 16:09

Pere