mongoplayground

a simple sandbox to test and share MongoDB queries (by feliixx)

Mongoplayground Alternatives

Similar projects and alternatives to mongoplayground based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mongoplayground alternative or higher similarity.

mongoplayground reviews and mentions

Posts with mentions or reviews of mongoplayground. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • Some concerns about mongodb data modelling
    1 project | /r/mongodb | 22 May 2023
    I'd like to see a couple examples before commenting on specific implementations. Checkout https://mongoplayground.net
  • My code is not working as expected and tested on mongodb playground
    1 project | /r/mongodb | 28 Jan 2023
    In my "docs" collection I am storing all the docs, but some of them are parents of another doc. This is one layer deep. I created a test query on the mongo db playground and it works as I wanted to but not the same in my code. Here is what I have in the https://mongoplayground.net/:
  • Hi Reddit! (MongoDB Product Manager here!)
    2 projects | /r/mongodb | 23 Dec 2022
    I've always found the mongo documentation to be helpful and in good order. As far as collaborating on reddit, I've found mongoplayground.net to be an absolute godsend. I think it would be a huge win for Mongo to implement a similar sandbox with broader support (updates/deletes/inserts). I'd imagine it not to be too difficult to load up shared data and queries that run against one's free tier cluster to limit abuse. The ability to collaborate on an idea with actual executing code provides a lot of value towards increased market share. In addition, the need to run against one's own cluster should increase user accounts, which I'm sure shareholders would love to see.
  • Mongo version 5.2 on shared cluster
    1 project | /r/mongodb | 18 Aug 2022
    Could you provide an example of collection ( better using https://mongoplayground.net) and desired result ?
  • LIMIT (50,100) in mongoDB
    1 project | /r/mongodb | 16 Aug 2022
    Throw some data into mongoplayground.net and share a link - does your photos collection not have 12 records with the same modeles?
  • How do you turn join into a boolean field with the aggregation feature?
    1 project | /r/mongodb | 4 Jun 2022
    db.testA.aggregate([ { $lookup: { from: "testB", localField: "_id", foreignField: "aId", as: "join" } }, { $addFields: { isFound: { "$function": { // you can remove the enclose quotation in function // this is a bug with mongoplayground // https://github.com/feliixx/mongoplayground/issues/22 "body": "function(a) {return a.length > 0}", args: [ "$join" ], lang: "js" } } } }, { "$project": { isFound: 1 } } ])
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic mongoplayground repo stats
6
172
5.3
5 days ago

feliixx/mongoplayground is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.

The primary programming language of mongoplayground is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com