News

Pascal Desmarets recently spoke at Data Architecture Summit 2018 Conference about agile modeling and best practices for NoSQL databases.
A graph database is a dynamic database management system uniquely structured to manage complex and interconnected data.
Certain types of data fit well with the graph data model, especially where navigation of multi-level relationships becomes crucial. The price paid for this is complexity in programming.
NoSQL databases are specialized to store different types of data like Key Value, Documents, Column Family, Time Series, Graph, and IoT data. Pascal Desmarets talks about how to perform data ...
Before looking into a graph database provider, make sure your intended use works well with the graph model. This means any application that can benefit from using graphs to manage data relationships.
Redis is an example of a multi-model database. It is based on a key-value store, but it can also operate as a document or a graph database. Aerospike is another key-value store that can function as a ...
Aerospike is a multimodel NoSQL and graph database that supports simultaneous data models, has unlimited scale, and enables organizations to act in real-time across billions of transactions.
The new database, dubbed Aerospike Graph, adds a property graph data model to the existing capabilities of its NoSQL database and Apache TinkerPop graph compute engine, the company said.
Real-time database vendor Aerospike is expanding its multi-model capabilities with the launch of the Aerospike Graph database.. Aerospike got its start back in 2009, providing a NoSQL database ...
NoSQL is a whole new way of thinking about a database. Though NoSQL is not a relational database, the reality is that a relational database model may not be the best solution for all situations.