deltacat


Namedeltacat JSON
Version 1.1.27 PyPI version JSON
download
home_pagehttps://github.com/ray-project/deltacat
SummaryA scalable, fast, ACID-compliant Data Catalog powered by Ray.
upload_time2024-11-05 01:00:02
maintainerNone
docs_urlNone
authorRay Team
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ray Team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/8c/005ba9e707810e5349c74705c05181ec75177455419f28f14cf8549878b7/deltacat-1.1.27.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.27",
    "project_urls": {
        "Homepage": "https://github.com/ray-project/deltacat"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1ca525423e0f669edf9991de5fa60f2e1ae30ad5db7bae845c431ace53b5122",
                "md5": "6389c55d9cb71d5ea3694906363c662d",
                "sha256": "1497b43547ff7e502ec4f903665d350103bbf25227e7427bf189f0a27a738768"
            },
            "downloads": -1,
            "filename": "deltacat-1.1.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6389c55d9cb71d5ea3694906363c662d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 302571,
            "upload_time": "2024-11-05T01:00:00",
            "upload_time_iso_8601": "2024-11-05T01:00:00.576661Z",
            "url": "https://files.pythonhosted.org/packages/e1/ca/525423e0f669edf9991de5fa60f2e1ae30ad5db7bae845c431ace53b5122/deltacat-1.1.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "918c005ba9e707810e5349c74705c05181ec75177455419f28f14cf8549878b7",
                "md5": "4ae042f76844d1ab78d2cabfdf2967d5",
                "sha256": "fd1cd27def3ba5fc0d13e2ee427c9b5e7dffcf7fe3f0502821c9c7f3f34ea301"
            },
            "downloads": -1,
            "filename": "deltacat-1.1.27.tar.gz",
            "has_sig": false,
            "md5_digest": "4ae042f76844d1ab78d2cabfdf2967d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 217251,
            "upload_time": "2024-11-05T01:00:02",
            "upload_time_iso_8601": "2024-11-05T01:00:02.685853Z",
            "url": "https://files.pythonhosted.org/packages/91/8c/005ba9e707810e5349c74705c05181ec75177455419f28f14cf8549878b7/deltacat-1.1.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 01:00:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ray-project",
    "github_project": "deltacat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "deltacat"
}
        
Elapsed time: 0.63954s