cognite-neat


Namecognite-neat JSON
Version 0.104.0 PyPI version JSON
download
home_pagehttps://cognite-neat.readthedocs-hosted.com/
SummaryKnowledge graph transformation
upload_time2024-12-20 15:08:33
maintainerNone
docs_urlNone
authorNikola Vasiljevic
requires_python<4.0,>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # kNowlEdge grAph Transformer (NEAT)

[![release](https://img.shields.io/github/actions/workflow/status/cognitedata/neat/release.yaml?style=for-the-badge)](https://github.com/cognitedata/neat/actions/workflows/release.yaml)
[![Documentation Status](https://readthedocs.com/projects/cognite-neat/badge/?version=latest&style=for-the-badge)](https://cognite-neat.readthedocs-hosted.com/en/latest/?badge=latest)
[![Github](https://shields.io/badge/github-cognite/neat-green?logo=github&style=for-the-badge)](https://github.com/cognitedata/neat)
[![PyPI](https://img.shields.io/pypi/v/cognite-neat?style=for-the-badge)](https://pypi.org/project/cognite-neat/)
[![Downloads](https://img.shields.io/pypi/dm/cognite-neat?style=for-the-badge)](https://pypistats.org/packages/cognite-neat)
[![Docker Pulls](https://img.shields.io/docker/pulls/cognite/neat?style=for-the-badge)](https://hub.docker.com/r/cognite/neat)
[![GitHub](https://img.shields.io/github/license/cognitedata/neat?style=for-the-badge)](https://github.com/cognitedata/neat/blob/master/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=for-the-badge)](https://github.com/astral-sh/ruff)
[![mypy](https://img.shields.io/badge/mypy-checked-000000.svg?style=for-the-badge&color=blue)](http://mypy-lang.org)

NEAT is a domain expert centric and developer friendly solution for rapid:

- semantic data modeling
- creation, transformation and enrichment of knowledge graphs
- and ingestion of the models and graphs into [Cognite Data Fusion](https://www.cognite.com/en/product/cognite_data_fusion_industrial_dataops_platform)

NEAT is using open and globally recognized standards maintained by the [World Wide Web Consortium (W3C)](https://www.w3.org/RDF/).
NEAT represents an essential tool for creation of standardized, machine-actionable, linked and semantic (meta)data.

> NEAT is an acronym derived from k**N**owl**Ed**ge gr**A**ph **T**ransformer hallucinated by GenAI.

## Installation

```bash
pip install cognite-neat
```

## Usage

The user interface for `NEAT` is a notebook-based environment. Once you have set up your notebook
environment, you start by creating a `CogniteClient` and instantiate a `NeatSession` object.

```python
from cognite.neat import NeatSession, get_cognite_client

client = get_cognite_client(".env")

neat = NeatSession(client)

neat.read.cdf.data_model(("my_space", "MyDataModel", "v1"))
```

## Documentation

For more information, see the [documentation](https://cognite-neat.readthedocs-hosted.com/en/latest/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://cognite-neat.readthedocs-hosted.com/",
    "name": "cognite-neat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nikola Vasiljevic",
    "author_email": "nikola.vasiljevic@cognite.com",
    "download_url": "https://files.pythonhosted.org/packages/12/f6/d22c9cdc17e93f3f45c5108a0bc453829e15a2f873696014e20eaba31121/cognite_neat-0.104.0.tar.gz",
    "platform": null,
    "description": "# kNowlEdge grAph Transformer (NEAT)\n\n[![release](https://img.shields.io/github/actions/workflow/status/cognitedata/neat/release.yaml?style=for-the-badge)](https://github.com/cognitedata/neat/actions/workflows/release.yaml)\n[![Documentation Status](https://readthedocs.com/projects/cognite-neat/badge/?version=latest&style=for-the-badge)](https://cognite-neat.readthedocs-hosted.com/en/latest/?badge=latest)\n[![Github](https://shields.io/badge/github-cognite/neat-green?logo=github&style=for-the-badge)](https://github.com/cognitedata/neat)\n[![PyPI](https://img.shields.io/pypi/v/cognite-neat?style=for-the-badge)](https://pypi.org/project/cognite-neat/)\n[![Downloads](https://img.shields.io/pypi/dm/cognite-neat?style=for-the-badge)](https://pypistats.org/packages/cognite-neat)\n[![Docker Pulls](https://img.shields.io/docker/pulls/cognite/neat?style=for-the-badge)](https://hub.docker.com/r/cognite/neat)\n[![GitHub](https://img.shields.io/github/license/cognitedata/neat?style=for-the-badge)](https://github.com/cognitedata/neat/blob/master/LICENSE)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=for-the-badge)](https://github.com/astral-sh/ruff)\n[![mypy](https://img.shields.io/badge/mypy-checked-000000.svg?style=for-the-badge&color=blue)](http://mypy-lang.org)\n\nNEAT is a domain expert centric and developer friendly solution for rapid:\n\n- semantic data modeling\n- creation, transformation and enrichment of knowledge graphs\n- and ingestion of the models and graphs into [Cognite Data Fusion](https://www.cognite.com/en/product/cognite_data_fusion_industrial_dataops_platform)\n\nNEAT is using open and globally recognized standards maintained by the [World Wide Web Consortium (W3C)](https://www.w3.org/RDF/).\nNEAT represents an essential tool for creation of standardized, machine-actionable, linked and semantic (meta)data.\n\n> NEAT is an acronym derived from k**N**owl**Ed**ge gr**A**ph **T**ransformer hallucinated by GenAI.\n\n## Installation\n\n```bash\npip install cognite-neat\n```\n\n## Usage\n\nThe user interface for `NEAT` is a notebook-based environment. Once you have set up your notebook\nenvironment, you start by creating a `CogniteClient` and instantiate a `NeatSession` object.\n\n```python\nfrom cognite.neat import NeatSession, get_cognite_client\n\nclient = get_cognite_client(\".env\")\n\nneat = NeatSession(client)\n\nneat.read.cdf.data_model((\"my_space\", \"MyDataModel\", \"v1\"))\n```\n\n## Documentation\n\nFor more information, see the [documentation](https://cognite-neat.readthedocs-hosted.com/en/latest/)\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Knowledge graph transformation",
    "version": "0.104.0",
    "project_urls": {
        "Documentation": "https://cognite-neat.readthedocs-hosted.com/",
        "Homepage": "https://cognite-neat.readthedocs-hosted.com/",
        "Repository": "https://github.com/cognitedata/neat"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dc8db2133f0135a26c5c6d967d964a918625940d67865fa856978e9a4851777",
                "md5": "9ee7bd66a83de22814781afd22c2f562",
                "sha256": "33bcfeacc29fcf207e3e5b914657d4b36bffd9127af65873c36ff711c7cc19cf"
            },
            "downloads": -1,
            "filename": "cognite_neat-0.104.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ee7bd66a83de22814781afd22c2f562",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 2779922,
            "upload_time": "2024-12-20T15:08:30",
            "upload_time_iso_8601": "2024-12-20T15:08:30.111322Z",
            "url": "https://files.pythonhosted.org/packages/3d/c8/db2133f0135a26c5c6d967d964a918625940d67865fa856978e9a4851777/cognite_neat-0.104.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12f6d22c9cdc17e93f3f45c5108a0bc453829e15a2f873696014e20eaba31121",
                "md5": "b89af8f0edecf52b1ec83ab9d7bf9fae",
                "sha256": "926167f81000025a92a66bbf3ec3428c83cd77738717962cee303f17979fb48c"
            },
            "downloads": -1,
            "filename": "cognite_neat-0.104.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b89af8f0edecf52b1ec83ab9d7bf9fae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2663509,
            "upload_time": "2024-12-20T15:08:33",
            "upload_time_iso_8601": "2024-12-20T15:08:33.253381Z",
            "url": "https://files.pythonhosted.org/packages/12/f6/d22c9cdc17e93f3f45c5108a0bc453829e15a2f873696014e20eaba31121/cognite_neat-0.104.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 15:08:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cognitedata",
    "github_project": "neat",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "cognite-neat"
}
        
Elapsed time: 0.40024s