RDMAlike
RDMAlike is a software framework and specification aimed at providing a backend-agnostic approach to relational data modeling. It defines a declarative schema for entities, attributes, and relationships and translates these definitions into database-specific schemas and queries. The design seeks to reduce coupling between application logic and storage engines, enabling easier porting among relational databases and alternative storage backends.
Core concepts include a model compiler, a runtime data store, and pluggable adapters. The model compiler translates
The architecture is modular and language-agnostic in intention, with implementations in multiple programming languages that expose
RDMAlike has emerged from open-source experiments in data modeling patterns and discussions about standardizing multi-backend data