Metadata-Version: 2.1
Name: bytehub
Version: 0.1.0
Summary: Python SDK for ByteHub timeseries feature store
Home-page: https://bytehub.ai
Author: ByteHub AI Limited
License: UNKNOWN
Description: # ByteHub Python SDK
        
        [ByteHub](https://bytehub.ai) is high-level library to help load and query ByteHub data feeds in the ByteHub feature store.
        
        ## Table of Contents
        
        - [Why ByteHub?](#why-bytehub)
        - [Installation](#installation)
        - [Getting Started](#getting-started)
        
        ### Why ByteHub?
        
        ByteHub develops a [Feature Store](https://medium.com/data-for-ai/time-series-chaos-use-a-feature-store-4cb37734ce83) for storing/querying time-series datasets. It features:
        
        - A simple API to load and query data feeds and configure metadata; and
        - Fast queries, optimised for time series.
        
        ### Installation
        
        Using `pip`:
        
            pip install bytehub
        
        ### Getting Started
        
        See the [examples](examples/) folder for notebooks showing how to get started.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
