Metadata-Version: 2.1
Name: deltacat-fork
Version: 0.1.14
Summary: A scalable, fast, ACID-compliant Data Catalog powered by Ray.
Home-page: https://github.com/ray-project/deltacat
Author: Ray Team
License: UNKNOWN
Description: # DeltaCAT
        
        DeltaCAT is a Pythonic Data Catalog powered by Ray.
        
        Its data storage model allows you to define and manage fast, scalable,
        ACID-compliant data catalogs through git-like stage/commit APIs, and has been
        used to successfully host exabyte-scale enterprise data lakes.
        
        DeltaCAT uses the Ray distributed compute framework together with Apache Arrow
        for common table management tasks, including petabyte-scale
        change-data-capture, data consistency checks, and table repair.
        
        ## Getting Started
        ---
        ### Install
        ```
        pip install deltacat
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
