A unique persistence layer for Java. CODO (Cursor Oriented Data Objects) maps generated Entity interfaces (suitable for DTOs) to a relational database via rendered SQL, reflection and JDBC Cursors where possible - avoiding associations.
This is a multipurpose information system. It aims to hold data items in a semi structured way, alowing the user (you i hope) to create it\'s own datatype system without the need to dive into complex database designing issues.
Many developers needlessly loop through data in an effort to present raw, normalized, data into a more readable, tabular format, not realizing; that, "characteristic functions" can accomplish the same goal, elegantly, and more efficiently.
jUDO (java Universal Data Objects) handles coding against a database Independent of database (plugins for db2/Oracle/Cloudscape/mysql/mysql etc).The code is generated "runtime" , just give the method names and jUDO derives the code/sql.
Open Simp-X is an openly developed Scalable Internet Management Platform - eXtended by plug-ins. Open Simp-X handles all the data and underline structure of Internet Applications.
APEX XE Oracle tool for implementation data bases with user interface for WEB client server application, which have to serve from 20 up to 100 clients over http web. Its for elevators (maintenance condition state) and other electrical equipment, building
...The idea behind this confusing words is to have a python's like environment able to share objects across multiple processes, removing the GIL but restrincting the use of this environment to data manipulation.
The motivation is to avoid all the ORM configuration, SQL manipulation and objects replications needed when using an rdbms.
I want to implementation the engine with C as it is a commonly known language and it has a good support of the linux's shared memory.
I have already done an encouraging poc with C and mmap.