Skip to content

vogelb/ambeth

 
 

Repository files navigation

Welcome to Ambeth, the next generation distributed object-relational mapping framework!

Key Features

  • introduces a powerful concept of a federated information model (FIM) to solve the limitations of the "persisted-entity" concept like JPA and others work with
  • supports OSGi (allows also to distribute the FIM across several OSGi bundles weave at load time, allows also several different FIM versions at the same OSGi runtime)
  • allows to integrate any arbitrary data repository as entities in this FIM (SQL is just one kind, others: file systems, NoSQL databases, REST/SOAP webservices, news feeds, ...)
  • supports data binding out-of-the-box. this is also true across the optional remoting layer!
  • integrates a distributed entity cache, connected to an integrated event bus. so the cache ALWAYS provides up-to-date information transparently
  • supports lazy loading of relations, batch operations, pre-fetching queries and all CRUD operations out of the box (no need to develop a DAO layer or stubs)
  • supports all of the above also via a remoting layer (so machine-to-machine communications or rich-clients can directly work with the federated information model (FIM)
  • optionally provides also data transfer object mapping, but in the default behavior no mapping overhead is necessary on any layer (the FIM is completely available in the client, the server and gets directly persisted to an arbitrary data repository)
  • very fast integrated SQL entity mapping which uses consistently SQL batch operations
  • supports Oracle Database, PostgreSQL as default adapters for SQL connectivity
  • in progress: H2, HSQLDB, MariaDB, MS SQLServer

Ambeth allows developers to build applications fast, with no compromise in runtime performance, entity model flexibility, modularity and scalability.

3.0.1 Release

Ambeth 3.0.1 is now available (April 2017).

Found a bug?

Do not file an issue until you have followed these steps:

  1. Read the Help I've Found a Bug article and follow its instructions.
  2. Ask for confirmation in the appropriate Help Room.

Contributing

We welcome pull requests any developer! Please follow these steps to contribute.

License

Copyright (c) 2017 Dennis Koch.

The content of this repository is bound by the Apache License.

About

The next generation distributed ORM framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.1%
  • C# 32.8%
  • Other 0.1%