dbt-cratedb2


Namedbt-cratedb2 JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
Summarydbt adapter for CrateDB 5.x, derived from dbt-postgres
upload_time2024-11-26 21:58:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords adapter adapters cratedb database dbt dbt-adapter dbt-core elt postgresql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg" alt="dbt logo" width="500"/>
  <br/><br/>
  <img src="https://github.com/user-attachments/assets/70485bb9-9809-46ce-a189-858676780b2b" alt="dbt logo" width="500"/>
</p>
<p align="center">
  <a href="https://github.com/crate/dbt-cratedb2/actions/workflows/unit-tests.yml">
    <img src="https://github.com/crate/dbt-cratedb2/actions/workflows/unit-tests.yml/badge.svg?event=push" alt="CI Badge » Unit Tests"/>
  </a>
  <a href="https://github.com/crate/dbt-cratedb2/actions/workflows/integration-tests.yml">
    <img src="https://github.com/crate/dbt-cratedb2/actions/workflows/integration-tests.yml/badge.svg?event=push" alt="CI Badge » Integration Tests"/>
  </a>
</p>

## dbt-cratedb2

The `dbt-cratedb2` package contains all the code enabling [dbt] to work with a
[CrateDB] database.

CrateDB is PostgreSQL-compatible, that's why dbt-cratedb2
heavily builds upon the canonical [dbt-postgres] adapter.
For more information on using dbt with CrateDB,
consult [the docs].

## About dbt

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.

## About CrateDB

CrateDB is a distributed and scalable SQL database for storing and analyzing
massive amounts of data in near real-time, even with complex queries.
It is PostgreSQL-compatible, and based on Lucene.

## Getting started

- [Install dbt](https://docs.getdbt.com/docs/core/installation-overview)
- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and
  [viewpoint](https://docs.getdbt.com/community/resources/viewpoint)

## Installation
Install dbt-cratedb2.
```shell
pip install --upgrade 'dbt-cratedb2'
```

## `psycopg2`
By default, `dbt-cratedb2` installs `psycopg2-binary`.
For more information, please visit [psycopg2 notes].

## Contribute

- Want to report a bug or request a feature? Let us know by [opening an issue]
- Want to help us build dbt-cratedb2? Check out the [contributing guide]
- Join the community on the [CrateDB Community Discourse]

## Code of Conduct

Everyone interacting with Crate.io's codebases, issue trackers, chat rooms, and mailing lists, please follow the [CrateDB Code of Conduct].


[contributing guide]: https://github.com/crate/dbt-cratedb2/blob/main/CONTRIBUTING.md
[CrateDB]: https://github.com/crate/crate
[CrateDB Code of Conduct]: https://github.com/crate/crate/blob/master/CODE_OF_CONDUCT.md
[CrateDB Community Discourse]: https://community.cratedb.com/
[dbt]: https://www.getdbt.com/
[dbt-postgres]: https://github.com/dbt-labs/dbt-postgres
[opening an issue]: https://github.com/crate/dbt-cratedb2/issues/new
[psycopg2 notes]: https://github.com/crate/dbt-cratedb2/blob/genesis/docs/psycopg2.md
[the docs]: https://docs.getdbt.com/docs/core/connect-data-platform/cratedb-setup

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbt-cratedb2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "\"Crate.io\" <office@crate.io>",
    "keywords": "adapter, adapters, cratedb, database, dbt, dbt-adapter, dbt-core, elt, postgresql",
    "author": null,
    "author_email": "\"Crate.io\" <office@crate.io>",
    "download_url": "https://files.pythonhosted.org/packages/2c/3d/e81173aa551c93022586ebf9111fffbcbba08dc5ab65d083ef0961be9493/dbt_cratedb2-0.0.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg\" alt=\"dbt logo\" width=\"500\"/>\n  <br/><br/>\n  <img src=\"https://github.com/user-attachments/assets/70485bb9-9809-46ce-a189-858676780b2b\" alt=\"dbt logo\" width=\"500\"/>\n</p>\n<p align=\"center\">\n  <a href=\"https://github.com/crate/dbt-cratedb2/actions/workflows/unit-tests.yml\">\n    <img src=\"https://github.com/crate/dbt-cratedb2/actions/workflows/unit-tests.yml/badge.svg?event=push\" alt=\"CI Badge \u00bb Unit Tests\"/>\n  </a>\n  <a href=\"https://github.com/crate/dbt-cratedb2/actions/workflows/integration-tests.yml\">\n    <img src=\"https://github.com/crate/dbt-cratedb2/actions/workflows/integration-tests.yml/badge.svg?event=push\" alt=\"CI Badge \u00bb Integration Tests\"/>\n  </a>\n</p>\n\n## dbt-cratedb2\n\nThe `dbt-cratedb2` package contains all the code enabling [dbt] to work with a\n[CrateDB] database.\n\nCrateDB is PostgreSQL-compatible, that's why dbt-cratedb2\nheavily builds upon the canonical [dbt-postgres] adapter.\nFor more information on using dbt with CrateDB,\nconsult [the docs].\n\n## About dbt\n\ndbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.\n\ndbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.\n\n## About CrateDB\n\nCrateDB is a distributed and scalable SQL database for storing and analyzing\nmassive amounts of data in near real-time, even with complex queries.\nIt is PostgreSQL-compatible, and based on Lucene.\n\n## Getting started\n\n- [Install dbt](https://docs.getdbt.com/docs/core/installation-overview)\n- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and\n  [viewpoint](https://docs.getdbt.com/community/resources/viewpoint)\n\n## Installation\nInstall dbt-cratedb2.\n```shell\npip install --upgrade 'dbt-cratedb2'\n```\n\n## `psycopg2`\nBy default, `dbt-cratedb2` installs `psycopg2-binary`.\nFor more information, please visit [psycopg2 notes].\n\n## Contribute\n\n- Want to report a bug or request a feature? Let us know by [opening an issue]\n- Want to help us build dbt-cratedb2? Check out the [contributing guide]\n- Join the community on the [CrateDB Community Discourse]\n\n## Code of Conduct\n\nEveryone interacting with Crate.io's codebases, issue trackers, chat rooms, and mailing lists, please follow the [CrateDB Code of Conduct].\n\n\n[contributing guide]: https://github.com/crate/dbt-cratedb2/blob/main/CONTRIBUTING.md\n[CrateDB]: https://github.com/crate/crate\n[CrateDB Code of Conduct]: https://github.com/crate/crate/blob/master/CODE_OF_CONDUCT.md\n[CrateDB Community Discourse]: https://community.cratedb.com/\n[dbt]: https://www.getdbt.com/\n[dbt-postgres]: https://github.com/dbt-labs/dbt-postgres\n[opening an issue]: https://github.com/crate/dbt-cratedb2/issues/new\n[psycopg2 notes]: https://github.com/crate/dbt-cratedb2/blob/genesis/docs/psycopg2.md\n[the docs]: https://docs.getdbt.com/docs/core/connect-data-platform/cratedb-setup\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "dbt adapter for CrateDB 5.x, derived from dbt-postgres",
    "version": "0.0.2",
    "project_urls": {
        "Changelog": "https://github.com/crate/dbt-cratedb2/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/crate/dbt-cratedb2/",
        "Homepage": "https://github.com/crate/dbt-cratedb2",
        "Issues": "https://github.com/crate/dbt-cratedb2/issues",
        "Repository": "https://github.com/crate/dbt-cratedb2.git"
    },
    "split_keywords": [
        "adapter",
        " adapters",
        " cratedb",
        " database",
        " dbt",
        " dbt-adapter",
        " dbt-core",
        " elt",
        " postgresql"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c514edb76e8b7d34ce12ed34d3c14c5483beae83ff21c4e54a5413cdf8061e08",
                "md5": "c2c291534eb5ad40f2514e154a88f933",
                "sha256": "cae9d7c733cb06c93185ae5ea57576ca8ba07819a69754dc5a4ca99d1a386628"
            },
            "downloads": -1,
            "filename": "dbt_cratedb2-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2c291534eb5ad40f2514e154a88f933",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 21833,
            "upload_time": "2024-11-26T21:58:41",
            "upload_time_iso_8601": "2024-11-26T21:58:41.839231Z",
            "url": "https://files.pythonhosted.org/packages/c5/14/edb76e8b7d34ce12ed34d3c14c5483beae83ff21c4e54a5413cdf8061e08/dbt_cratedb2-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c3de81173aa551c93022586ebf9111fffbcbba08dc5ab65d083ef0961be9493",
                "md5": "d9a8c486c21dd53e8ab60b3964b9f1d9",
                "sha256": "fea82cd168ce86b7083961812113e87b3595af1e22eeb2584bf6d2fb65e06215"
            },
            "downloads": -1,
            "filename": "dbt_cratedb2-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d9a8c486c21dd53e8ab60b3964b9f1d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 17770,
            "upload_time": "2024-11-26T21:58:39",
            "upload_time_iso_8601": "2024-11-26T21:58:39.854983Z",
            "url": "https://files.pythonhosted.org/packages/2c/3d/e81173aa551c93022586ebf9111fffbcbba08dc5ab65d083ef0961be9493/dbt_cratedb2-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 21:58:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crate",
    "github_project": "dbt-cratedb2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dbt-cratedb2"
}
        
Elapsed time: 8.70296s