-
Notifications
You must be signed in to change notification settings - Fork 6
Home
If you have worked with the Eclipse Modeling Framework (EMF), then you already know how easy it is to create domain models. EMF has built-in support for persisting models to files in XMI, XML, and binary format. This project provides an EMF URI handler implementation that can persist EMF object instances to MongoDB. All of the CRUD functions are supported along with a basic query language for finding objects.
This project is licensed under Eclipse Public License 1.0
A MongoEMF Google Group is available for community discussions.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.
Contributions of any type are greatly appreciated. Please see the Development page for setting up your development environment. If you would like to contribute, here are some suggested topics:
- Re-write query engine using Xtext and EMF Query 2
- Improve the query unit tests
- Improve the documentation