-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Bryan Hunt edited this page Jul 29, 2013
·
35 revisions
This project provides a framework that allows EMF object instances to be persisted to MongoDB. If you have worked with the EMF, then you already know how easy it is to create domain models. Now, you can persist those models to MongoDB with very little additional code. 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
###Bndtools
A MongoEMF Google Group is available for community discussions.
Contributions of any type are greatly appreciated. Please see the Development page for setting up your development environment. Here are the top tasks that could use some help:
- Re-write query engine using Xtext and EMF Query 2
- Improve the unit tests
- Improve the documentation
- Convert to Bndtools
- Set up builds on Travis CI