Take some time to play with DEX and develop your applications to manage the network-like data-structures that represent your network of friends, or your network of information. The version you will use with the personal evaluation license we provide here is restricted in the amount of information it deals with (up to 1 Million objects).
If you have commercial interest or need to deal with larger databases, contact us for licenses quotation of the latest release of DEX. Licenses range from 1 million objects to 5 billion objects.
Maven Repository
You can also test DEX through Apache Maven:
Java DEX
<dependency>
<groupId>com.sparsity</groupId>
<artifactId>dexjava</artifactId>
<version>4.5.1</version>
</dependency>
JDEX
<dependency>
<groupId>edu.upc.dama</groupId>
<artifactId>jdex</artifactId>
<version>4.5.1</version>
</dependency>