{"id":18257956,"url":"https://github.com/linkdd/knowledgebase","last_synced_at":"2025-04-08T22:46:54.815Z","repository":{"id":136499190,"uuid":"85507460","full_name":"linkdd/knowledgebase","owner":"linkdd","description":"Knowledge database organized in graph","archived":false,"fork":false,"pushed_at":"2017-04-06T10:20:43.000Z","size":103,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T17:57:49.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkdd.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-19T20:46:15.000Z","updated_at":"2022-08-07T18:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d080d463-e9a7-4df0-8e83-720b5442df54","html_url":"https://github.com/linkdd/knowledgebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fknowledgebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fknowledgebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fknowledgebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Fknowledgebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkdd","download_url":"https://codeload.github.com/linkdd/knowledgebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941719,"owners_count":21022037,"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":[],"created_at":"2024-11-05T10:28:21.079Z","updated_at":"2025-04-08T22:46:54.794Z","avatar_url":"https://github.com/linkdd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"KnowledgeBase\n=============\n\n.. image:: https://img.shields.io/pypi/l/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: License\n\n.. image:: https://img.shields.io/pypi/status/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: Development Status\n\n.. image:: https://img.shields.io/pypi/v/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/implementation/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: Supported Python implementations\n\n.. image:: https://img.shields.io/pypi/wheel/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase\n   :alt: Download format\n\n.. image:: https://travis-ci.org/linkdd/knowledgebase.svg?branch=master\u0026style=flat-square\n   :target: https://travis-ci.org/linkdd/knowledgebase\n   :alt: Build status\n\n.. image:: https://coveralls.io/repos/github/linkdd/knowledgebase/badge.svg?style=flat-square\n   :target: https://coveralls.io/r/linkdd/knowledgebase\n   :alt: Code test coverage\n\n.. image:: https://img.shields.io/pypi/dm/knowledgebase.svg?style=flat-square\n   :target: https://pypi.python.org/pypi/knowledgebase/\n   :alt: Downloads\n\n.. image:: https://landscape.io/github/linkdd/knowledgebase/master/landscape.svg?style=flat-square\n   :target: https://landscape.io/github/linkdd/knowledgebase/master\n   :alt: Code Health\n\n**KnowledgeBase** aims to become an alternative to the wiki as a solution to organize\ninformations.\n\n.. image:: logo.png\n   :align: center\n\nInstallation\n------------\n\n.. code-block:: text\n\n   pip install knowledgebase\n\nUsage\n-----\n\n.. code-block:: text\n\n   python -m knowledgebase.wsgi\n   python -m knowledgebase.wsgi -H 0.0.0.0 -p 8080\n\nFeatures\n--------\n\n - informations are organized in a graph model:\n    - vertices represent the information itself\n    - edges represent connections between informations\n - graph visualization\n - per knowledge permissions:\n    - knowledge (be it vertices or edges) is shared publicly, with users, or with groups\n - searching using graph algorithms\n - each vertex and edge have properties that can be used for searching\n - vertices can store any kind of data:\n    - textual content\n    - JSON\n    - files (images, videos, KeePass database, ...)\n    - Hypertext links\n    - ...\n - notifications:\n    - a user can subscribe using filters on vertices and edges\n    - when knowledge matching filters is added/read/updated/deleted, the user gets notified\n    - the user can select which actions (add, read, update, deletion) he subscribe to\n\nTechnical Overview\n------------------\n\nBecause all informations are stored in a graph model, this project provides a Python\ninterface to access Graph Database.\n\nCurrently, the only database backend is with MongoDB, but TinkerPop and Neo4J backends\nwill be developed soon.\n\nStatus\n------\n\n - Graph REST API : 100%\n - Web UI : 0%\n - test coverage: 0%\n - documentation: 0%\n\nLicense\n-------\n\nThis project is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Fknowledgebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkdd%2Fknowledgebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Fknowledgebase/lists"}