https://github.com/ds4sd/project-mognet
Mognet is a fast, simple framework to build distributed applications using task queues.
https://github.com/ds4sd/project-mognet
Last synced: over 1 year ago
JSON representation
Mognet is a fast, simple framework to build distributed applications using task queues.
- Host: GitHub
- URL: https://github.com/ds4sd/project-mognet
- Owner: DS4SD
- License: mit
- Created: 2022-03-25T16:55:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T08:53:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T21:18:36.875Z (over 1 year ago)
- Language: Python
- Homepage: https://ds4sd.github.io/project-mognet/
- Size: 664 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Mognet
Mognet is a fast, simple framework to build distributed applications using task queues.
## Installing
Mognet can be installed via pip, with:
```
pip install mognet
```
## Getting Started and Documentation
We recommend having a look at the [Documentation](https://ds4sd.github.io/project-mognet/).
## Contributing
Please read [Contributing to Mognet](./CONTRIBUTING.md) for details.
## References
If you use `Mognet` in your projects, please consider citing the following:
```bib
@software{Project Mognet,
author = {DeepSearch Team},
month = {4},
title = {{Project Mognet}},
url = {https://github.com/DS4SD/project-mognet},
version = {main},
year = {2022}
}
```
## License
The `Mognet` codebase is under MIT license.
For individual model usage, please refer to the model licenses found in the original packages.