Apr 14

Meclipse: Eclipse + MongoDB

Hey Everybody,

I've uploaded Meclipse to github.


What is Meclipse?

Well, Meclipse is an eclipse plugin for mongodb.


What does Meclipse do???

  • It has a MongoDB View that contains a list of servers (connections). It is possible to add/remove connections. They are saved in a settings file.
  • It loads (as TreeView) the list of databases and collections.
  • It loads the data found in the collection. To do this, Meclipse opens a new Editor and shows the data loaded (This part needs a lot of work).


Is it really needed?

I started it because I use MongoDB, I use eclipse and I don't want to have 100000x10^10 applications opened to do what I need to do so.......


What's next?

  • Meclipse already shows the connections, databases, collections and data stored in MongoDB so I think that the critical point (where I/you/we should focus ) is how data is shown in the editor.
  • Many other things.

I hope you like it and find it useful, and please, feel free to fork, do pull request and everything needed to improve Meclipse.