Metadata-Version: 2.1
Name: tsperf
Version: 1.1.0
Summary: A tool to test performance of different timeseries databases
Home-page: https://github.com/crate/tsdg
Author: Crate.io
Author-email: office@crate.at
License: UNKNOWN
Description: ![Tests](https://github.com/crate/tsdg/workflows/Tests/badge.svg)
        
        # Data Generator
        
        The Data Generator has its own in-depth [documentation](DATA_GENERATOR.md).
        For the purpose of capacity testing it simulates the generation of timeseries
        data, without the need to set up an ingestion chain (which could be Azure IoTHub, RabbitMQ, etc.)
        
        ## Maximizing Performance
        
        To maximize performance multiple instances of the Data Generator must be run in parallel. One way to achieve this is using kubernetes how to do this is documented [here](KUBERNETES.md).
        
        ## Setup sandbox
        ```shell
        python3 -m venv .venv
        source .venv/bin/activate
        pip install --editable=.[testing]
        pytest -vvv tests
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
