suitcase-mongo


Namesuitcase-mongo JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-01-23 15:25:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseBSD (3-clause)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # suitcase.mongo

[![Build Status](https://img.shields.io/github/workflow/status/bluesky/suitcase-mongo/Unit%20Tests)](https://github.com/bluesky/suitcase-mongo/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster)

This is a suitcase subpackage for inserting bluesky documents into MongoDB. It
contains two packages:

* `suitcase.mongo_normalized` --- This creates a Mongo Collection for each
  bluesky document type and has 1:1 correspondence between bluesky documents and
  Mongo documents. This is the layout that has been used in production at
  NSLS-II for several years.
* `suitcase.mongo_embedded` -- This is an experimental new layout under active
  development and benchmarking. It is not recommended for use in production yet.

## Installation

```
pip install suitcase-mongo
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "suitcase-mongo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/98/0c/e0766110a089c8d32df3b2613139503e5830ad6f1ec3211f86c60f0a0059/suitcase_mongo-0.7.0.tar.gz",
    "platform": null,
    "description": "# suitcase.mongo\n\n[![Build Status](https://img.shields.io/github/workflow/status/bluesky/suitcase-mongo/Unit%20Tests)](https://github.com/bluesky/suitcase-mongo/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster)\n\nThis is a suitcase subpackage for inserting bluesky documents into MongoDB. It\ncontains two packages:\n\n* `suitcase.mongo_normalized` --- This creates a Mongo Collection for each\n  bluesky document type and has 1:1 correspondence between bluesky documents and\n  Mongo documents. This is the layout that has been used in production at\n  NSLS-II for several years.\n* `suitcase.mongo_embedded` -- This is an experimental new layout under active\n  development and benchmarking. It is not recommended for use in production yet.\n\n## Installation\n\n```\npip install suitcase-mongo\n```\n",
    "bugtrack_url": null,
    "license": "BSD (3-clause)",
    "summary": null,
    "version": "0.7.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9d872279feea98802a9c3e5f2680cb1b38cd49d7e249cd2220d07a69c7079a",
                "md5": "f29560025ec39b586b9d6eb470b8a310",
                "sha256": "97ce69461f7557a091463256598622e9bb24b22e9eaa2c3898d2c386de92cd08"
            },
            "downloads": -1,
            "filename": "suitcase_mongo-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f29560025ec39b586b9d6eb470b8a310",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24364,
            "upload_time": "2025-01-23T15:25:43",
            "upload_time_iso_8601": "2025-01-23T15:25:43.379675Z",
            "url": "https://files.pythonhosted.org/packages/9e/9d/872279feea98802a9c3e5f2680cb1b38cd49d7e249cd2220d07a69c7079a/suitcase_mongo-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "980ce0766110a089c8d32df3b2613139503e5830ad6f1ec3211f86c60f0a0059",
                "md5": "3c97dfa14e61f9604e768986eef6515a",
                "sha256": "b8d39fde538ece1768b388ac9d2655cdd83cab52765adc8e56ed5067198586bc"
            },
            "downloads": -1,
            "filename": "suitcase_mongo-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c97dfa14e61f9604e768986eef6515a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 47054,
            "upload_time": "2025-01-23T15:25:44",
            "upload_time_iso_8601": "2025-01-23T15:25:44.924273Z",
            "url": "https://files.pythonhosted.org/packages/98/0c/e0766110a089c8d32df3b2613139503e5830ad6f1ec3211f86c60f0a0059/suitcase_mongo-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-23 15:25:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "suitcase-mongo"
}
        
Elapsed time: 0.74900s