mongo
Here are 2,516 public repositories matching this topic...
We should provide .rpm and .deb packages. Let's build them with https://nfpm.goreleaser.com.
We should make a task target release-build-packages that would build packages into build/rpm and build/deb directories (that should be in .gitignore). That target should be stable, so the external package maintainers can rely on it. That target should be mentioned in the documentation.
A Python Object-Document-Mapper for working with MongoDB
-
Updated
Jul 1, 2022 - Python
-
Updated
Jun 24, 2022 - Ruby
-
Updated
May 28, 2021 - JavaScript
Create a Wiki
It might be nice to have a Wiki set up to help people better understand the overall idea of the repository. Anyone is free to help out with this
A schema analyzer for MongoDB
-
Updated
Sep 4, 2020 - JavaScript
For eg. '==' tooltip as "Equals", 'Like' tooltip as "Contains", etc
-
Updated
Jun 2, 2022 - TypeScript
Pa11y Dashboard is a web interface which helps you monitor the accessibility of your websites
-
Updated
Apr 11, 2022 - JavaScript
Hey,
I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:
- Run in root mode.
- Don't choose database at start because we have multiple db's in single MySQL instance.
- Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.
Here's a quick sneak peek what I'm talking about in code:
https://g
How to contribute to this issue:
- Scroll down below to check the existing PRs so you don't open a PR for a component waiting for review
- Refactor components based on the description below - also check the guidelines for PRs
- Reference this issue with
#58in the PR description so we can track which component
There two official example projects:
- FastAPI Demo - Beanie and FastAPI collaboration demonstration. CRUD and Aggregation.
- Indexes Demo - Regular and Geo Indexes usage example wrapped to a microservice.
Both should:
- Show, how to use current Beanie syntax
- Contain unit tests
A database migration tool for MongoDB in Node
-
Updated
May 10, 2022 - JavaScript
A blog platform built with koa,vue and mongoose. 使用 koa ,vue 和 mongo 搭建的博客页面和支持markdown语法的博客编写平台,自动保存草稿。博客地址:https://chuckliu.me
-
Updated
Nov 30, 2017 - JavaScript
Async ODM (Object Document Mapper) for MongoDB based on python type hints
-
Updated
Jun 24, 2022 - Python
The ultimate solution for populating your MongoDB database.
-
Updated
May 25, 2022 - TypeScript
A social networking platform made using Node.js and MongoDB
-
Updated
Feb 11, 2022 - SCSS
-
Updated
Jun 12, 2020 - JavaScript
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
-
Updated
May 23, 2022 - Go
Improve this page
Add a description, image, and links to the mongo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mongo topic, visit your repo's landing page and select "manage topics."


Bug description
On windows, I run
prisma formatand note the unusual file ending. The lines are all LF, but the very last line is CRLF.This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
![image](https://user-images.g