Is it possible to execute raw commands like javascript through the Java driver for MongoDB?
I'm tired of wrapping all Java objects with Rhino and happily sacrificing performance for the convenience of passing javascript directly to the database.
If not, I can always use sleepymongoose or something else, but for now I really don't want to add another language (python) to the stack.
Any ideas appreciated.
Scott source share