Graph databases overview added to Knowledge management article
This commit is contained in:
parent
3928ce3942
commit
3a792cfabb
1 changed files with 119 additions and 0 deletions
119
docs/technologies/knowledge-management.md
Normal file
119
docs/technologies/knowledge-management.md
Normal file
|
@ -0,0 +1,119 @@
|
|||
---
|
||||
id: knowledge-management
|
||||
title: 'Управление знаниями'
|
||||
---
|
||||
|
||||
В рамках одного инженерного проекта часто приходится согласовывать между собой множество описаний из различных предметных областей. Описания 3D-моделей, электрических схем, функциональных требований, план-графиков и программ создаются в различных средах, тяжело интегрирующихся между собой. Автоматизация согласования данных через различные форматы экспорта становится затруднительной. В силу сложности решаемой нами задачи мы рассматриваем способы решения этой проблемы.
|
||||
|
||||
Одним из таких способов является семантическая интерация с помощью _общей базы знаний в виде графа_ (graph database, knowledge graph, triplestore). Графы обладают мощнейшей выразительной силой, позволяющей соединить разнообразные терминологии в рамках единой модели. Инструменты работы с графами знаний могут выявлять противоречия и несоответствия между данными, в результате чего достигается согласованное состояние, из которого можно получить артефакты в виде конфигурационных файлов или даже генерировать программы.
|
||||
|
||||
## Сборник ссылок по Semantic Web
|
||||
|
||||
[](https://github.com/semantalytics/awesome-semantic-web)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## Графовые базы данных и хранилища триплетов
|
||||
|
||||
Выбраны из [списка](https://github.com/semantalytics/awesome-semantic-web#databases) по критериям:
|
||||
* Open Source
|
||||
* Активность разработки в 2021 году
|
||||
* Минимум зависимостей
|
||||
* Атомарные отслеживаемые изменения (git-подобность)
|
||||
* Количество контрибьюторов (Atomic Data - исключение)
|
||||
|
||||
### Quit Store
|
||||
|
||||
[](https://github.com/AKSW/QuitStore)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Quads in Git - Distributed Version Control for RDF Knowledge Bases. The Quit Store (stands for Quads in Git) provides a workspace for distributed collaborative Linked Data knowledge engineering. You are able to read and write RDF Datasets (aka. multiple Named Graphs) through a standard SPARQL 1.1 Query and Update interface. To collaborate you can create multiple branches of the Dataset and share your repository with your collaborators as you know it from Git.
|
||||
|
||||
* Paper: https://natanael.arndt.xyz/bib/arndt-n-2018--jws
|
||||
|
||||
### Fluree DB
|
||||
|
||||
[](https://github.com/fluree/db)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Fluree is an immutable, temporal, ledger-backed semantic graph database that has a cloud-native architecture.
|
||||
|
||||
* Документация: https://developers.flur.ee/docs/
|
||||
|
||||
### Atomic Data
|
||||
|
||||
[](https://github.com/joepio/atomic-data-rust)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
* Документация: https://docs.atomicdata.dev/
|
||||
* Демо: https://atomicdata.dev/
|
||||
* GUI: https://github.com/joepio/atomic-data-browser
|
||||
|
||||
Atomic Data is a modular specification for sharing, modifying and modeling graph data. It combines the ease of use of JSON, the connectivity of RDF (linked data) and the reliability of type-safety. Atomic Data uses links to connect pieces of data, and therefore makes it easier to connect datasets to each other - even when these datasets exist on separate machines. Atomic Data is especially suitable for knowledge graphs, distributed datasets, semantic data, p2p applications, decentralized apps and linked open data. It is designed to be highly extensible, easy to use, and to make the process of domain specific standardization as simple as possible.
|
||||
|
||||
### LevelGraph
|
||||
|
||||
[](https://github.com/levelgraph/levelgraph)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### gStore
|
||||
|
||||
[](https://github.com/pkumod/gStore)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Gstore System(also called gStore) is a graph database engine for managing large graph-structured data, which is open-source and targets at Linux operation systems. The whole project is written in C++, with the help of some libraries such as readline, antlr, and so on. Only source tarballs are provided currently, which means you have to compile the source code if you want to use our system.
|
||||
|
||||
### Oxigraph
|
||||
|
||||
[](https://github.com/oxigraph/oxigraph)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Oxigraph is a graph database implementing the SPARQL standard. Its goal is to provide a compliant, safe, and fast graph database based on the RocksDB key-value store. It is written in Rust. It also provides a set of utility functions for reading, writing, and processing RDF files.
|
||||
|
||||
|
||||
### QUADSTORE
|
||||
|
||||
[](https://github.com/beautifulinteractions/node-quadstore)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Quadstore is a LevelDB-backed RDF graph database for Node.js and the browser with native support for quads and querying across named graphs, RDF/JS interfaces and SPARQL queries.
|
||||
|
||||
### Terminus DB
|
||||
|
||||
[](https://github.com/terminusdb/terminusdb)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
TerminusDB is an open-source graph database and document store. TerminusDB allows you to link JSON documents in a powerful knowledge graph all through a simple document API. Use TerminusDB to enable Git-like collaborative workflows in your application.
|
||||
|
||||
Нужно разобраться какие есть ограничения у бесплатной версии. Оно вроде open source, но в платных тарифах смущают следующие опции:
|
||||
* Project collaboration
|
||||
* Unlimited metadata & data sources
|
||||
* API Access
|
||||
* Cryptographically Sealed
|
Loading…
Add table
Add a link
Reference in a new issue