https://github.com/dotflow-io/dotflow-mongodb
MongoDB Storage
https://github.com/dotflow-io/dotflow-mongodb
Last synced: about 1 year ago
JSON representation
MongoDB Storage
- Host: GitHub
- URL: https://github.com/dotflow-io/dotflow-mongodb
- Owner: dotflow-io
- License: mit
- Created: 2025-03-11T14:36:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T18:28:16.000Z (about 1 year ago)
- Last Synced: 2025-03-16T19:38:04.738Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotflow-mongodb
## Getting Help
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.
- 🐛 [Bug Report](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 📕 [Documentation Issue](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 🚀 [Feature Request](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 💬 [General Question](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
## Getting Started
### Install
To install `Dotflow Storage MongoDB`, run the following command from the command line:
**With Pip**
```bash
pip install dotflow-mongodb
```
**With Poetry**
```bash
poetry add dotflow-mongodb
```
## Commit Style
- ⚙️ FEATURE
- 📝 PEP8
- 📌 ISSUE
- 🪲 BUG
- 📘 DOCS
- 📦 PyPI
- ❤️️ TEST
- ⬆️ CI/CD
- ⚠️ SECURITY
## License

This project is licensed under the terms of the MIT License.