Jump to content

NoSQLz

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Codename Lisa (talk | contribs) at 20:47, 28 December 2017 (Cleanup. Removed erroneous parameters from the infobox. For a list of supported parameters please consult Template:Infobox software/doc.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NoSQLz
Initial release2014
Stable release
2.1.0 / March 2, 2015 (2015-03-02)
Written inIBM High Level Assembler
Operating systemz/OS
Available inEnglish
TypeNoSQL
Websitenosqlz.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 Create, read, update and delete (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