{"id":20956540,"url":"https://github.com/bluebrain/nexus-forge","last_synced_at":"2025-04-05T14:03:36.481Z","repository":{"id":37098356,"uuid":"266755348","full_name":"BlueBrain/nexus-forge","owner":"BlueBrain","description":"Building and Using Knowledge Graphs made easy","archived":false,"fork":false,"pushed_at":"2025-03-06T16:48:55.000Z","size":3313,"stargazers_count":45,"open_issues_count":56,"forks_count":20,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-29T13:07:09.632Z","etag":null,"topics":["data-management","data-science","json-ld","knowledge-engineering","knowledge-graph","knowledgegraph","rdf","shacl"],"latest_commit_sha":null,"homepage":"https://nexus-forge.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlueBrain.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"Contributing.rst","funding":null,"license":"LICENSE-3RD-PARTY.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-25T10:54:25.000Z","updated_at":"2025-03-18T03:13:00.000Z","dependencies_parsed_at":"2023-10-16T08:51:09.681Z","dependency_job_id":"0e80a49f-3b35-449b-a553-070fb5a27b9c","html_url":"https://github.com/BlueBrain/nexus-forge","commit_stats":{"total_commits":442,"total_committers":20,"mean_commits":22.1,"dds":0.6447963800904977,"last_synced_commit":"244e9007a65def2306ebb6ea347afa4513282ac7"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2Fnexus-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2Fnexus-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2Fnexus-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2Fnexus-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBrain","download_url":"https://codeload.github.com/BlueBrain/nexus-forge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-management","data-science","json-ld","knowledge-engineering","knowledge-graph","knowledgegraph","rdf","shacl"],"created_at":"2024-11-19T01:26:36.458Z","updated_at":"2025-04-05T14:03:36.464Z","avatar_url":"https://github.com/BlueBrain.png","language":"Python","readme":"Blue Brain Nexus Forge\n======================\n\n|Github_build_badge| |codecov| |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 \u003chttps://github.com/BlueBrain/nexus-forge/tree/master/examples/notebooks\u003e`__\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 \u003chttps://ipython.readthedocs.io/en/stable/install/kernel_install.html\u003e`__.\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 \u003chttps://docs.python.org/3.6/library/venv.html\u003e`__ or\n`conda environment \u003chttps://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html\u003e`__.\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 É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).\n\n\nCOPYRIGHT © 2019–2024 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.. |Github_build_badge| image:: https://github.com/BlueBrain/nexus-forge/actions/workflows/test.yml/badge.svg\n    :alt: Build\n    :target: https://github.com/BlueBrain/nexus-forge/actions/workflows/test.yml \n\n.. |Version Status| image:: https://img.shields.io/pypi/v/nexusforge.svg\n   :target: https://pypi.python.org/pypi/nexusforge\n\n.. |codecov| image:: https://codecov.io/gh/BlueBrain/nexus-forge/branch/master/graph/badge.svg?token=YOHG1INCBQ\n   :alt: Coverage\n   :target: https://codecov.io/gh/BlueBrain/nexus-forge\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrain%2Fnexus-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebrain%2Fnexus-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrain%2Fnexus-forge/lists"}