Skip to content
Bryan Hunt edited this page Jul 29, 2013 · 35 revisions

Introduction

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.

License

This project is licensed under Eclipse Public License 1.0

Repositories

###Bndtools

p2

Documentation

Community

A MongoEMF Google Group is available for community discussions.

Contributing

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
Clone this wiki locally