Thursday, December 6, 2012

Mongo plugin for IDEA is officially released

Hi,

I am pleased to announce the release 0.1.0 of mongo4idea, an intellij plugin that integrates MongoDB. It is on the validation step.

Main features are:
  • Server configuration
  • Display collections for each database
  • Display collections content with tree mongo object navigation (max. 300 records)
  • Simple querying
  • Advanced querying with pipeline operation (Mongo Server should be 2.2.0 minimum)
  • Copy / Paste for query and results

This plugin needs you for improvements and bug fix.

Source code available at Github.

I am waiting for your feedbacks.

Regards,

David

7 comments:

  1. Thanks for the great plugin!

    Can you make it compatible with idea 12?

    ReplyDelete
  2. Hi,

    Thanks for using it :).

    A patched version has been released yesterday and should work on IDEA 12.

    Regards,

    David

    ReplyDelete
  3. would be nice if there was a way to tell him to not throw an error when not finding a server. I use mongo only in some project and start the server only when working in those project.

    ReplyDelete
    Replies
    1. Hi Alexandre,

      I add your suggestion in the github issue page : https://github.com/dboissier/mongo4idea/issues/15

      Thanks,

      David

      Delete
  4. Good work with the plugin.

    When adding a new database I have to restart Intellij (12) to be able to see it in Mongo Explorer.

    /Lasse

    ReplyDelete
    Replies
    1. Hi,

      Thanks for using it ;).

      The upcoming version 0.2 will include "refresh server" button.
      I plan to release on the next Monday.

      Cheers,

      David

      Delete
  5. Love it! Thanks a lot.

    Is editing the data planned?

    ReplyDelete