Questions tagged [sparksee]

Sparksee (formerly known as DEX) is a scalable high-performance graph database.

Sparksee (formerly known as DEX) is a scalable high-performance graph database.

3 questions
1
vote
1 answer

Sparksee crashing on session close

When I execute the creation of relationships it crashes on session close. The code: @Override public boolean applyCreate(final RelationshipStorage storage, final long snapshotId) { final Session sess = db.newSession(); final Graph graph…
raycons
  • 735
  • 12
  • 26
0
votes
1 answer

Custom size integers in MySQL and Sparksee databases

Is there a way to define a type of integers, that are only 7 bits long? Or at least 1 byte long? I want to replace standard integers stored in database to reduce the size. I am using mainly those databases: MySQL, Sparksee (for graphs). And those…
ashvardanian
  • 424
  • 1
  • 6
  • 17
0
votes
1 answer

Graph Database Structure

I will use Sparsity (former name is DEX) graph database in my case. But haven't got experience related with graph databases. I have read several articles, many of them suggest several things(Rexster server, REST API, Bluprint etc.) in order to use…