0

I know there is the MapReduce option. However, it is rather painful. Are there any good open source tools which can enable me to use SQL-like queries to hit a MongoDB?

Thanks!

  • 1
    If you are trying to do a join, you're probably doing it wrong. Either you execute a second query to get related records, or you restructure the data so that the related records are a single record. – Chris Pitman Sep 04 '14 at 21:51

1 Answers1

1

The Link Here is a pretty direct SQL mapping for common queries that is quite useful and hope it helps.

sweetiewill
  • 570
  • 2
  • 10