Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuel-lang/numpymongo
A python package to export NumPy data to MongoDB
https://github.com/manuel-lang/numpymongo
mongodb numpy wrapper
Last synced: 8 days ago
JSON representation
A python package to export NumPy data to MongoDB
- Host: GitHub
- URL: https://github.com/manuel-lang/numpymongo
- Owner: manuel-lang
- Created: 2020-06-20T10:28:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T13:17:05.000Z (over 4 years ago)
- Last Synced: 2025-01-21T14:38:55.380Z (about 1 month ago)
- Topics: mongodb, numpy, wrapper
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumPyMongo
A python package to export NumPy data to MongoDB## Usage
* Install with `pip3 install numpymongo`.
* See [example.py](https://github.com/manuel-lang/NumPyMongo/blob/master/example.py) to see how to convert NumPy data and store it in MongoDB.