Git Product home page Git Product logo

ambeth's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.