Skip to content

clems4ever/go-graphkb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6226096 · Dec 30, 2022
Jan 13, 2021
Jun 28, 2022
Apr 13, 2022
Jan 7, 2020
Dec 2, 2022
Dec 30, 2022
Apr 13, 2022
Apr 27, 2022
Dec 10, 2020
Jan 13, 2021
Apr 14, 2022
Apr 26, 2022
Jan 7, 2020
Jan 13, 2021
Jan 9, 2020
Apr 27, 2022
Dec 30, 2022
Dec 30, 2022
Jan 13, 2021

Repository files navigation

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.