Software:Actian NoSQL Object Database

From HandWiki
Short description: Database management system
NoSQL Object Database
Actian-Logo-RGB Vertical-Blue.jpg
Developer(s)Actian
Stable release
10[1] / April 1, 2021 (2021-04-01)
Written inJava, C, C#, C++, Smalltalk, Python
Operating systemCross-platform Solaris, Linux, Windows (NT thru Vista), AIX, HP-UX (both 32 and 64 bit for all platforms)
TypeObject Database
LicenseAll rights reserved
Websitewww.actian.com/data-management/nosql-object-database/

Actian NoSQL Database (formerly known as Versant Object Database or VOD) is an object database software product initially developed by Versant Corporation and currently owned by Actian.[2][3]

The Actian NoSQL Database enables developers using object oriented languages to transactionally store their information by allowing the respective language to act as the Data Definition Language (DDL) for the database. In other words, the memory model is the database schema model.[4]

In general, persistence in Actian NoSQL is implemented by declaring a list of classes, then providing a transaction demarcation application programming interface to use cases. Respective language integrations adhere to the constructs of that language, including syntactic and directive sugars.

Additional APIs exist, beyond simple transaction demarcation, providing for the more advanced capabilities necessary to address practical issues found when dealing with performance optimization and scalability for systems with large amounts of data, many concurrent users, network latency, disk bottlenecks, etc.[citation needed]

References