Skip to content
BryanHunt edited this page May 12, 2012 · 35 revisions

Introduction

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.

License

This project is licensed under Eclipse Public License 1.0

Installation

Documentation

Discussions

A MongoEMF Google Group is available for community discussions.

Sponsors

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.

Contributing

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