deltacat


Namedeltacat JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/ray-project/deltacat
SummaryA scalable, fast, ACID-compliant Data Catalog powered by Ray.
upload_time2024-05-15 05:26:11
maintainerNone
docs_urlNone
authorRay Team
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements aws-embedded-metrics boto3 getdaft numpy pandas pyarrow pydantic pymemcache ray redis s3fs schedule tenacity typing-extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

### Running Tests

```
pip3 install virtualenv
virtualenv test_env
source test_env/bin/activate
pip3 install -r requirements.txt

pytest
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ray-project/deltacat",
    "name": "deltacat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ray Team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/85/82/19b89e0bdf497fcb53261e798f943cbce54f7d1a139a63426edab348d23e/deltacat-1.1.5.tar.gz",
    "platform": null,
    "description": "# DeltaCAT\n\nDeltaCAT is a Pythonic Data Catalog powered by Ray.\n\nIts data storage model allows you to define and manage fast, scalable,\nACID-compliant data catalogs through git-like stage/commit APIs, and has been\nused to successfully host exabyte-scale enterprise data lakes.\n\nDeltaCAT uses the Ray distributed compute framework together with Apache Arrow\nfor common table management tasks, including petabyte-scale\nchange-data-capture, data consistency checks, and table repair.\n\n## Getting Started\n\n### Install\n\n```\npip install deltacat\n```\n\n### Running Tests\n\n```\npip3 install virtualenv\nvirtualenv test_env\nsource test_env/bin/activate\npip3 install -r requirements.txt\n\npytest\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A scalable, fast, ACID-compliant Data Catalog powered by Ray.",
    "version": "1.1.5",
    "project_urls": {
        "Homepage": "https://github.com/ray-project/deltacat"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd825675e9bae5fc636e1cf4691604c60db14a4a56db5d7c0539365a088195fd",
                "md5": "ef8d53a6abb14fc52b69911afeeae11f",
                "sha256": "deef4571c84c2c20ba2fa4879367dcbb17a5ddb97a4b98a5478849429140d86a"
            },
            "downloads": -1,
            "filename": "deltacat-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef8d53a6abb14fc52b69911afeeae11f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 280729,
            "upload_time": "2024-05-15T05:26:08",
            "upload_time_iso_8601": "2024-05-15T05:26:08.884436Z",
            "url": "https://files.pythonhosted.org/packages/bd/82/5675e9bae5fc636e1cf4691604c60db14a4a56db5d7c0539365a088195fd/deltacat-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "858219b89e0bdf497fcb53261e798f943cbce54f7d1a139a63426edab348d23e",
                "md5": "230d55c3aa4cbe9006e53e679d5e0e1e",
                "sha256": "b5ac4e646e5524e34ecfa3be7427fd270e4f3eb250c081e576941404c798dc2b"
            },
            "downloads": -1,
            "filename": "deltacat-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "230d55c3aa4cbe9006e53e679d5e0e1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 189814,
            "upload_time": "2024-05-15T05:26:11",
            "upload_time_iso_8601": "2024-05-15T05:26:11.307635Z",
            "url": "https://files.pythonhosted.org/packages/85/82/19b89e0bdf497fcb53261e798f943cbce54f7d1a139a63426edab348d23e/deltacat-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 05:26:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ray-project",
    "github_project": "deltacat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aws-embedded-metrics",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "boto3",
            "specs": [
                [
                    "~=",
                    "1.20"
                ]
            ]
        },
        {
            "name": "getdaft",
            "specs": [
                [
                    "==",
                    "0.2.23"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.21.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.3.5"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    "==",
                    "12.0.1"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "1.10.4"
                ]
            ]
        },
        {
            "name": "pymemcache",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "ray",
            "specs": [
                [
                    "~=",
                    "2.0"
                ]
            ]
        },
        {
            "name": "redis",
            "specs": [
                [
                    "==",
                    "4.6.0"
                ]
            ]
        },
        {
            "name": "s3fs",
            "specs": [
                [
                    "==",
                    "2022.2.0"
                ]
            ]
        },
        {
            "name": "schedule",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "tenacity",
            "specs": [
                [
                    "==",
                    "8.1.0"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.4.0"
                ]
            ]
        }
    ],
    "lcname": "deltacat"
}
        
Elapsed time: 0.48048s