All Projects → graknlabs → Workbase

graknlabs / Workbase

Grakn Workbase (Knowledge IDE)

Projects that are alternatives of or similar to Workbase

Logseq
A privacy-first, open-source platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap
Stars: ✭ 8,210 (+7645.28%)
Mutual labels:  graph, knowledge-base, knowledge-graph
Graphrole
Automatic feature extraction and node role assignment for transfer learning on graphs (ReFeX & RolX)
Stars: ✭ 38 (-64.15%)
Mutual labels:  graph, network, network-analysis
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+118.87%)
Mutual labels:  network, network-analysis, network-visualization
Programming Languages Influence
Code to retrieve data for the programming languages influence visualizations from Freebase
Stars: ✭ 171 (+61.32%)
Mutual labels:  graph, network, network-analysis
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (-31.13%)
Mutual labels:  network, network-visualization, graph-visualization
Grakn
TypeDB: a strongly-typed database
Stars: ✭ 2,947 (+2680.19%)
Mutual labels:  graph, knowledge-graph, knowledge-base
Urbanaccess
A tool for GTFS transit and OSM pedestrian network accessibility analysis
Stars: ✭ 137 (+29.25%)
Mutual labels:  graph, network, network-analysis
multigraph
multigraph: Plot and Manipulate Multigraphs in R
Stars: ✭ 18 (-83.02%)
Mutual labels:  graph-visualization, network-visualization, network-analysis
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+6439.62%)
Mutual labels:  network, network-analysis, network-visualization
Particles
A particle simulation engine based on a port of d3-force
Stars: ✭ 104 (-1.89%)
Mutual labels:  network, network-visualization
Pyrwr
Python Implementation for Random Walk with Restart (RWR)
Stars: ✭ 48 (-54.72%)
Mutual labels:  graph, network
Dgman
Dgraph schema manager, with mutate and query helpers
Stars: ✭ 50 (-52.83%)
Mutual labels:  graph, schema
G6
♾ A Graph Visualization Framework in JavaScript
Stars: ✭ 8,490 (+7909.43%)
Mutual labels:  graph, network
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-63.21%)
Mutual labels:  graph, visualisation
Simple
SimplE Embedding for Link Prediction in Knowledge Graphs
Stars: ✭ 104 (-1.89%)
Mutual labels:  knowledge-graph, knowledge-base
Osmnet
Tools for the extraction of OpenStreetMap street network data
Stars: ✭ 39 (-63.21%)
Mutual labels:  graph, network
Stardog.js
Stardog JavaScript Framework for node.js and the browser
Stars: ✭ 57 (-46.23%)
Mutual labels:  graph, knowledge-graph
Potiron
Potiron - Normalize, Index and Visualize Network Capture
Stars: ✭ 66 (-37.74%)
Mutual labels:  graph, network-analysis
Netdiffuser
netdiffuseR: Analysis of Diffusion and Contagion Processes on Networks
Stars: ✭ 57 (-46.23%)
Mutual labels:  network-analysis, network-visualization
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+1001.89%)
Mutual labels:  graph, network

Grabl Slack Status Discussion Forum Stack Overflow Stack Overflow

Grakn Workbase

Grakn Workbase 1.0

Grakn Workbase is Grakn's Integrated Development Environment to perform knowledge engineering. At the moment, Workbase provides two main functionalities: visualisation of the knowledge graph, and modelling of the knowledge schema.

You can also see Workbase as another interface for a user to interact with their Grakn database, as an alternative to the Grakn Console and Grakn Client API/Drivers.

Workbase Visualiser allows you to visualise data in the Grakn knowledge graph, and investigate their relations, by performing read queries (match-get queries) as well as one of the computer queries: compute path queries. Whether you need a tool to test and experiment with your newly created Grakn knowledge graph, or that you prefer a graphical interface for reading data from Grakn, you will find Workbase extremely useful.

Download Grakn Workbase

Grakn Workbase is available for Linux, Mac and Windows. Head over to the Workbase Releases page to download and install the latest release of Workbase.

Documentation

Learn how to connect Workbase to the Grakn Server, execute and visualise Graql queries, and interact with the visualiser to investigate instances of data.


Build From Source

Note: You don't need to build Workbase from source if you just want to use it. See the "Download Grakn Workbase" section above.

  1. Make sure you have the following dependencies installed on your machine:
  • npm >= 6.4.1
  • node >= 10.0
  • yarn >= 1.17
  1. Run yarn install
  2. Run yarn build Outputs to build/grakn-workbase-{version}-{mac|linux|windows}.{dmg|tar.gz|exe}.

To run Grakn Workbase in development mode, run yarn dev. To run the unit, integration and end-to-end tests, run yarn unit, yarn integration and yarn e2e respectively.

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].