NoSQLz
Developer(s) | NoSQLz developers |
---|---|
Initial release | 2014 |
Stable release |
v2.1.0
/ March 2, 2015 |
Development status | Active |
Written in | IBM High Level Assembler |
Operating system | z/OS |
Available in | English |
Type | Key-value store |
License | Free software / Proprietary software |
Website | http://www.nosqlz.com |
NoSQLz is a consistent key-value Big data store (NoSQL database) for z/OS IBM systems.[1] It was developed by systems programmer Thierry Falissard in 2013. The purpose was to provide a low-cost alternative to all proprietary mainframe DBMS (version 1 is free software).
Distinctive Features
NoSQLz only provides basic CRUD functions. It is designed to be very straightforward and easy to implement.
ACID properties are provided, so as to have "real transactions", through optimistic concurrency control, timestamp-based concurrency control and multiversion concurrency control (MVCC).
Interfaces
Unlike version 1, version 2 of NoSQLz is chargeable and supports IBM Parallel Sysplex. The NoSQLz DBMS can be interfaced in Rexx, Cobol, IBM High Level Assembler, etc.
References
This article is issued from Wikipedia - version of the 11/17/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.