All Projects → clems4ever → go-graphkb

clems4ever / go-graphkb

Licence: Apache-2.0 license
A Graph-oriented Knowledge Base written in Go

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
ANTLR
299 projects
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to go-graphkb

CVE-2021-27928
CVE-2021-27928 MariaDB/MySQL-'wsrep provider' 命令注入漏洞
Stars: ✭ 53 (+112%)
Mutual labels:  mariadb
masking
Command line tool for generating anonymizing database from existed database
Stars: ✭ 67 (+168%)
Mutual labels:  mariadb
mapet
Muitas pessoas tem bichinhos de estimação, entre eles os mais comuns são gatos e cachorros. Com a correria do dia a dia pode acontecer deles acabarem escapando, e ai aonde divulgar para ajudarem a encontrá-lo o mais rápido possível? Redes Sociais? WhatsApp? Pensando nisso criamos o mapet, um mapa que você indica aonde seu pet foi visto pela últi…
Stars: ✭ 15 (-40%)
Mutual labels:  mariadb
permissionsql
🔏 Middleware for keeping track of users, login states and permissions
Stars: ✭ 58 (+132%)
Mutual labels:  mariadb
Hermes-Secure-Email-Gateway
Hermes Secure Email Gateway is a Free Open Source Ubuntu 18.04 or 20.04 Server based Email Gateway that provides Spam, Virus and Malware protection, full in-transit and at-rest email encryption as well as email archiving. It features the latest email authentication techniques such as SPF, DKIM and DMARC.
Stars: ✭ 35 (+40%)
Mutual labels:  mariadb
yang-db
YANGDB Open-source, Scalable, Non-native Graph database (Powered by Elasticsearch)
Stars: ✭ 92 (+268%)
Mutual labels:  cypher-query-language
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (+80%)
Mutual labels:  mariadb
datastation
App to easily query, script, and visualize data from every database, file, and API.
Stars: ✭ 2,519 (+9976%)
Mutual labels:  mariadb
authelia
Instructions and configuration files to deploy Authelia in Unraid OS using Docker + FreeIPA LDAP.
Stars: ✭ 116 (+364%)
Mutual labels:  mariadb
High-Traffic-wordpress-server-configuration
High Traffic WordPress server configuration Nginx (updated) PHP 7.4 PHP-fpm Mariadb (updated) Wordpress (updated) Cloudflare Full SSL
Stars: ✭ 31 (+24%)
Mutual labels:  mariadb
Docker-Stack
This repo contains a simple Docker setup with minimal configuration and only few files you can drop into many PHP-based projects.
Stars: ✭ 31 (+24%)
Mutual labels:  mariadb
docker-mariadb
A docker image to run MariaDB with XtraBackup 🐳
Stars: ✭ 12 (-52%)
Mutual labels:  mariadb
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+3244%)
Mutual labels:  mariadb
DBTestCompare
Application to compare results of two SQL queries
Stars: ✭ 15 (-40%)
Mutual labels:  mariadb
cqlite
Embedded graph database
Stars: ✭ 74 (+196%)
Mutual labels:  cypher-query-language
mailbox
📨 簡易電子報發送系統,使用 #Golang 實作,send campaign mail with open, click tracker.
Stars: ✭ 26 (+4%)
Mutual labels:  mariadb
sea-query
🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
Stars: ✭ 595 (+2280%)
Mutual labels:  mariadb
yii2-mariadb
MariaDB Driver for Yii2
Stars: ✭ 24 (-4%)
Mutual labels:  mariadb
wnmp-dev
Development environment: Windows + nginx + MySQL + PHP
Stars: ✭ 52 (+108%)
Mutual labels:  mariadb
mqtt2sql
Copy MQTT topic payloads to MySQL/SQLite database
Stars: ✭ 54 (+116%)
Mutual labels:  mariadb

go-graphkb

go-graphkb is a Graph-oriented Knowledge Base written in Go.

The Knowledge Base can be queried using openCypher and results can be visualized in the UI as shown below.

go-graphkb ui

Getting started

Run the following commands

# Spin up GraphKB in few seconds with (wait 15 seconds for mariadb to start).
source bootstrap.sh && docker-compose up -d

# Insert the example data available in examples/ directory
# with the following command:
go run cmd/datasource-csv/main.go --config cmd/datasource-csv/config.yml

Then visit the web UI accessible at http://127.0.0.1:3000.

LICENSE

go-graphkb is licensed under Apache 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].