https://github.com/polypheny/polynom
Polypheny Native Object Mapper
https://github.com/polypheny/polynom
Last synced: 5 months ago
JSON representation
Polypheny Native Object Mapper
- Host: GitHub
- URL: https://github.com/polypheny/polynom
- Owner: polypheny
- License: apache-2.0
- Created: 2025-06-30T12:17:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T08:00:45.000Z (10 months ago)
- Last Synced: 2025-10-31T02:20:19.453Z (8 months ago)
- Language: Python
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PolyNOM — Polypheny Native Object Mapper
**PolyNOM** is a powerful Python-based object mapping layer designed to work seamlessly with [Polypheny](https://polypheny.com), the flexible and distributed data management platform. It leverages the [`Polypheny Connector Python`](https://github.com/polypheny/Polypheny-Connector-Python) to simplify the development process by providing automatic object mapping, schema migration, and changelog tracking.
PolyNOM allows developers to work with Python classes and objects, while automatically handling the communication and translation with a Polypheny instance — either via Docker or direct host/port configuration.
---
## 🚀 Features
- ✅ **Object Mapping**
Map native Python classes to Polypheny collections with minimal boilerplate.
- 🔄 **Automatic Schema Migration**
Define your data model in Python and let PolyNOM handle schema creation and updates on the fly.
- 📜 **Changelog Support**
Track and log structural changes applied to your schema over time for better versioning and auditing.
- 🐳 **Automatic Docker Deployment**
Easily spin up a local Polypheny instance using Docker in one command.
- ⚡ **Fast and Lightweight**
Built with simplicity and performance in mind, ideal for rapid development and prototyping.