Metadata-Version: 2.1
Name: pyperspace
Version: 0.1.9
Summary: Time series database server
Home-page: https://www.nuradius.com
Author: Nuradius Software
Author-email: todd@datacomponents.net
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: fastapi (==0.79.0)
Requires-Dist: protobuf (==3.20.0)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: ujson (==5.2.0)
Requires-Dist: uvicorn (==0.18.2)


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.


