mongodb-database
MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding.
Here are 1,033 public repositories matching this topic...
Automated NoSQL database enumeration and web application exploitation tool.
-
Updated
Feb 13, 2021 - Python
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
-
Updated
Apr 7, 2022 - Go
A minimal forum board application. Built on top of React-Redux frontend, ExpressJS-NodeJS backend (with PassportJS for OAuth) and MongoDB databse.
-
Updated
May 8, 2021 - JavaScript
The ultimate solution for populating your MongoDB database.
-
Updated
Mar 23, 2022 - TypeScript
A social networking platform made using Node.js and MongoDB
-
Updated
Feb 11, 2022 - SCSS
-
Updated
Jun 12, 2020 - JavaScript
MongoDB Enterprise Kubernetes Operator
-
Updated
Mar 24, 2022 - Dockerfile
titra - modern open source project time tracking for freelancers and small teams
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Jul 7, 2020 - Python
A multi-purpose discord bot made using Discord.js V13. Includes Logging, Welcomer, Slash Commands, Menu based Help Command and so much more!
-
Updated
Mar 5, 2022 - JavaScript
Simple Registration and Login component with MERN stack
-
Updated
Feb 26, 2022 - JavaScript
Dashboard for sacred. Monitor and access your past machine learning experiments.
-
Updated
Mar 6, 2019 - Python
Listen-now, 提供了多音乐平台的音乐搜索、播放、歌单播放、同步平台歌单到本地数据库,并计划开发智能音乐推荐系统。listen-now主要由学生层级的同学一起开发。
-
Updated
Jun 1, 2021 - Python
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
-
Updated
May 14, 2018 - Java
Resume not working
Voice Channel remains silent after resuming the music playing, [potential problem with my resume command and resumeSong() function in music.js].
Possible Fixes:
- Instead of using dispatcher.resume() built-in function, use my own playMusic() function in music.js
- Possible bug in pause command despite stopping the music playing
A telegram bot for which is help to play songs in vc
-
Updated
Mar 4, 2022 - Python
Repo for All MongoDB University Courses
-
Updated
Mar 31, 2022 - Java
-
Updated
Mar 1, 2022 - TypeScript
Basic Node with Express + MongoDB Server
-
Updated
Jun 12, 2020 - JavaScript
Пример создания и использования MongoDB бота с помощью discord.js | Example of creating and using a MongoDB bot using discord.js
-
Updated
Jul 25, 2021 - JavaScript
Twitter backend - Golang
-
Updated
May 28, 2021 - Go
MERN Stack ecommerce site
-
Updated
Mar 30, 2022 - JavaScript
Flask Admin Boilerplate with MongoDB
-
Updated
Apr 6, 2022 - CSS
-
Updated
Mar 25, 2022
Free Programing Courses list
-
Updated
Dec 12, 2019
OpenPOS is a simple, open source POS (Point-Of-Sale) system powered by MEAN stack + Browsersync, Gulp.js.
-
Updated
Mar 22, 2018 - JavaScript
An example of Apollo GraphQL API with MongoDB and NextJS
-
Updated
Mar 28, 2022 - JavaScript
The Voter Spring Boot RESTful Web Service, backed by MongoDB, and uses RabbitMQ for IPC
-
Updated
May 4, 2018 - Java
Created by MongoDB Inc.
Released February 11, 2009
- Organization
- mongodb
- Website
- www.mongodb.com
- Wikipedia
- Wikipedia


Currently, FerretDB behaves as if
getParametercommand was invoked as{"getParameter": "*"}. We should also support the other form{"getParameter": <something>, "<parameter>": <something>}that returns the value of the named parameter.We should also test the edge cases where something is something weird like NaN, Infinity, etc.