pyperspace


Namepyperspace JSON
Version 0.1.14 PyPI version JSON
download
home_pagehttps://www.nuradius.com
SummaryTime series database server
upload_time2023-06-25 03:07:00
maintainer
docs_urlNone
authorNuradius Software
requires_python>=3.7
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Pyperspace is a time series database server written purely in Python and based on an LSM tree model for storage.

Pyperspace can be run either by the frontend "pyperspaced" and a configuration file, or as an embedded daemon in any Python application.  Designed for high-throughput and low-latency, Pyperspace utilizes a hybrid in-memory and on-disk storage engine that spawns subworkers to merge and compact disk contents whenever necessary and to avoid thread contention with concurrent clients reading and writing.

Because Pyperspace uses an LSM tree model, files are periodically merged and may result in higher disk utilization.  Configuration can be tuned based on performance and storage preferences.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.nuradius.com",
    "name": "pyperspace",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nuradius Software",
    "author_email": "todd@datacomponents.net",
    "download_url": "",
    "platform": null,
    "description": "\nPyperspace is a time series database server written purely in Python and based on an LSM tree model for storage.\n\nPyperspace can be run either by the frontend \"pyperspaced\" and a configuration file, or as an embedded daemon in any Python application.  Designed for high-throughput and low-latency, Pyperspace utilizes a hybrid in-memory and on-disk storage engine that spawns subworkers to merge and compact disk contents whenever necessary and to avoid thread contention with concurrent clients reading and writing.\n\nBecause Pyperspace uses an LSM tree model, files are periodically merged and may result in higher disk utilization.  Configuration can be tuned based on performance and storage preferences.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Time series database server",
    "version": "0.1.14",
    "project_urls": {
        "Homepage": "https://www.nuradius.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe0992130920ecb3bac58ef74957bd4055eec08d61d53d9aa672da2a892e97e8",
                "md5": "288537b1aa95e80d997d7fa69a413c87",
                "sha256": "30731ef87a99b42c88976f27141f3d5311271cecf88cd30e5ff179b70af3bdec"
            },
            "downloads": -1,
            "filename": "pyperspace-0.1.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "288537b1aa95e80d997d7fa69a413c87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 55451,
            "upload_time": "2023-06-25T03:07:00",
            "upload_time_iso_8601": "2023-06-25T03:07:00.155172Z",
            "url": "https://files.pythonhosted.org/packages/fe/09/92130920ecb3bac58ef74957bd4055eec08d61d53d9aa672da2a892e97e8/pyperspace-0.1.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 03:07:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyperspace"
}
        
Elapsed time: 0.08468s