3 projects tagged "AGPL v3"
Bitsy is a small, fast, embeddable, durable in-memory graph database that implements the Blueprints API. It is an ACID database that recovers cleanly from power failures and crashes. Designed for multi-threaded OLTP applications, Bitsy implements optimistic concurrency control and stores data in human-readable JSON-encoded text files. Common management tasks such as online backups can be done over JMX. The speed and simplicity of Bitsy relies on three design principles: No Seek, No Socket, NoSQL.
jValidator is a data quality firewall, i.e. middleware for the real time validation, management, and monitoring of data streams. If you need to implement or improve the validation process of your schemas, to populate a database through data streams of various formats and originating from many sources, to validate complex rules, and to monitoring the quality of your data, jValidator is the solution.
JAML (Java Application Markup Language) is a library for easier development of Java applications. It does this by allowing a declarative XML-based design of user interfaces. Although targeting the Java Swing Framework, it is extensible to initialize practically every Java object. A key aspect of the technology is the reduced complexity of JAML as opposed to the standard Java syntax.