nexusforge


Namenexusforge JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/BlueBrain/nexus-forge
SummaryBuilding and Using Knowledge Graphs made easy.
upload_time2022-12-16 12:07:29
maintainer
docs_urlNone
authorBlue Brain Project, EPFL
requires_python>=3.7
license
keywords framework knowledge graph data science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Blue Brain Nexus Forge
======================

|Travis_badge| |Version Status| |Binder|

.. image:: https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/docs/source/assets/bbnforge

Blue Brain Nexus Forge is a domain-agnostic, generic and extensible Python framework enabling
non-expert users to create and manage knowledge graphs by making it easy to:

- Discover and reuse available knowledge resources such as ontologies and
  schemas to shape, constraint, link and add semantics to datasets.
- Build knowledge graphs from datasets generated from heterogenous sources and formats.
  Defining, executing and sharing data mappers to transform data from a source format to a
  target one conformant to schemas and ontologies.
- Interface with various stores offering knowledge graph storage, management and
  scaling capabilities, for example Nexus Core store or in-memory store.
- Validate and register data and metadata.
- Search and download data and metadata from a knowledge graph.

Getting Started
---------------

The `examples <https://github.com/BlueBrain/nexus-forge/tree/master/examples/notebooks>`__
directory contains many Jupyter Notebooks to get started with
Blue Nexus Forge user features and usage scenarios.

You can run the Getting Started notebooks on Binder by clicking on |Binder|.

For local execution, make sure that the ``jupyter notebook|lab`` is launched
in the same virtual environment where Blue Brain Nexus Forge is installed.
Alternatively, set up a specialized
`kernel <https://ipython.readthedocs.io/en/stable/install/kernel_install.html>`__.

In both cases, please start with the notebook named *00 - Initialization*.
It contains instructions for configuring the Forge with:

- an example in-memory store and an example schema language,
- Blue Brain Nexus as store and W3C SHACL as schema language.

After, it is recommended to run the notebooks following their number (01, 02, ...).

Installation
------------

It is recommended to use a virtual environment such as `venv <https://docs.python.org/3.6/library/venv.html>`__ or
`conda environment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`__.

Stable version

.. code-block:: shell

   pip install nexusforge

Upgrade to the latest version

.. code-block:: shell

   pip install --upgrade nexusforge

Development version

.. code-block:: shell

   pip install git+https://github.com/BlueBrain/nexus-forge



Funding and Acknowledgements
----------------------------

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology, and from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).


COPYRIGHT © 2019–2022 Blue Brain Project/EPFL

.. |Binder| image:: https://mybinder.org/badge_logo.svg
    :alt: Binder
    :target: https://mybinder.org/v2/gh/BlueBrain/nexus-forge/master?filepath=examples%2Fnotebooks%2Fgetting-started
    
.. |Travis_badge| image:: https://travis-ci.com/BlueBrain/nexus-forge.svg?branch=master
    :target: https://travis-ci.com/BlueBrain/nexus-forge 

.. |Version Status| image:: https://img.shields.io/pypi/v/nexusforge.svg
   :target: https://pypi.python.org/pypi/nexusforge
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BlueBrain/nexus-forge",
    "name": "nexusforge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "framework knowledge graph data science",
    "author": "Blue Brain Project, EPFL",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/33/d9/8301db68f4417b8ea618861a6dd19d3abebb0581b816190886a27ea6c1f7/nexusforge-0.8.0.tar.gz",
    "platform": null,
    "description": "Blue Brain Nexus Forge\n======================\n\n|Travis_badge| |Version Status| |Binder|\n\n.. image:: https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/docs/source/assets/bbnforge\n\nBlue Brain Nexus Forge is a domain-agnostic, generic and extensible Python framework enabling\nnon-expert users to create and manage knowledge graphs by making it easy to:\n\n- Discover and reuse available knowledge resources such as ontologies and\n  schemas to shape, constraint, link and add semantics to datasets.\n- Build knowledge graphs from datasets generated from heterogenous sources and formats.\n  Defining, executing and sharing data mappers to transform data from a source format to a\n  target one conformant to schemas and ontologies.\n- Interface with various stores offering knowledge graph storage, management and\n  scaling capabilities, for example Nexus Core store or in-memory store.\n- Validate and register data and metadata.\n- Search and download data and metadata from a knowledge graph.\n\nGetting Started\n---------------\n\nThe `examples <https://github.com/BlueBrain/nexus-forge/tree/master/examples/notebooks>`__\ndirectory contains many Jupyter Notebooks to get started with\nBlue Nexus Forge user features and usage scenarios.\n\nYou can run the Getting Started notebooks on Binder by clicking on |Binder|.\n\nFor local execution, make sure that the ``jupyter notebook|lab`` is launched\nin the same virtual environment where Blue Brain Nexus Forge is installed.\nAlternatively, set up a specialized\n`kernel <https://ipython.readthedocs.io/en/stable/install/kernel_install.html>`__.\n\nIn both cases, please start with the notebook named *00 - Initialization*.\nIt contains instructions for configuring the Forge with:\n\n- an example in-memory store and an example schema language,\n- Blue Brain Nexus as store and W3C SHACL as schema language.\n\nAfter, it is recommended to run the notebooks following their number (01, 02, ...).\n\nInstallation\n------------\n\nIt is recommended to use a virtual environment such as `venv <https://docs.python.org/3.6/library/venv.html>`__ or\n`conda environment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`__.\n\nStable version\n\n.. code-block:: shell\n\n   pip install nexusforge\n\nUpgrade to the latest version\n\n.. code-block:: shell\n\n   pip install --upgrade nexusforge\n\nDevelopment version\n\n.. code-block:: shell\n\n   pip install git+https://github.com/BlueBrain/nexus-forge\n\n\n\nFunding and Acknowledgements\n----------------------------\n\nThe development of this software was supported by funding to the Blue Brain Project, a research center of the \u00c9cole polytechnique f\u00e9d\u00e9rale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology, and from the European Union\u2019s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).\n\n\nCOPYRIGHT \u00a9 2019\u20132022 Blue Brain Project/EPFL\n\n.. |Binder| image:: https://mybinder.org/badge_logo.svg\n    :alt: Binder\n    :target: https://mybinder.org/v2/gh/BlueBrain/nexus-forge/master?filepath=examples%2Fnotebooks%2Fgetting-started\n    \n.. |Travis_badge| image:: https://travis-ci.com/BlueBrain/nexus-forge.svg?branch=master\n    :target: https://travis-ci.com/BlueBrain/nexus-forge \n\n.. |Version Status| image:: https://img.shields.io/pypi/v/nexusforge.svg\n   :target: https://pypi.python.org/pypi/nexusforge",
    "bugtrack_url": null,
    "license": "",
    "summary": "Building and Using Knowledge Graphs made easy.",
    "version": "0.8.0",
    "split_keywords": [
        "framework",
        "knowledge",
        "graph",
        "data",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "741be2db1b65c6c5e3e3d67541596314",
                "sha256": "4358505ead26e41c2a0c4e6113cf3a486c9661e2a3899394497a2b5a94b70424"
            },
            "downloads": -1,
            "filename": "nexusforge-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "741be2db1b65c6c5e3e3d67541596314",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 714835,
            "upload_time": "2022-12-16T12:07:29",
            "upload_time_iso_8601": "2022-12-16T12:07:29.865802Z",
            "url": "https://files.pythonhosted.org/packages/33/d9/8301db68f4417b8ea618861a6dd19d3abebb0581b816190886a27ea6c1f7/nexusforge-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-16 12:07:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "BlueBrain",
    "github_project": "nexus-forge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "nexusforge"
}
        
Elapsed time: 0.01813s