Documentation
¶
Overview ¶
BadWolf command line tools allows you to interact with graphs via BQL. This file is a template for creating your own bw tool with custom backend storage drivers. Just *copy* this file to your project, add the required flags that you need to initialize your driver and register your diver on the registeredDriver map in the registerDrivers function.
Directories
¶
Path | Synopsis |
---|---|
Package assert implements the command allowing to run the stories in a folder and collect the outcome.
|
Package assert implements the command allowing to run the stories in a folder and collect the outcome. |
Package benchmark runs a set of canned benchmarks against the provided driver.
|
Package benchmark runs a set of canned benchmarks against the provided driver. |
Package command contains the basic definitions of a command for the command line tool.
|
Package command contains the basic definitions of a command for the command line tool. |
Package common contains share functionality for the command line tool commands.
|
Package common contains share functionality for the command line tool commands. |
Package export contains the command allowing to dump all triples of a graphs into a file.
|
Package export contains the command allowing to dump all triples of a graphs into a file. |
Package io contains helper functions for io operations on the command line bw tool.
|
Package io contains helper functions for io operations on the command line bw tool. |
Package load contains the command allowing to run a sequence of BQL commands from the provided file.
|
Package load contains the command allowing to run a sequence of BQL commands from the provided file. |
Package repl contains the implementation of the command that prints the BQL version.
|
Package repl contains the implementation of the command that prints the BQL version. |
Package run contains the command allowing to run a sequence of BQL commands from the provided file.
|
Package run contains the command allowing to run a sequence of BQL commands from the provided file. |
Package server provides a simple http endpoint to access for BQL manipulation.
|
Package server provides a simple http endpoint to access for BQL manipulation. |
Package version contains the implementation of the command that prints the BQL version.
|
Package version contains the implementation of the command that prints the BQL version. |
Click to show internal directories.
Click to hide internal directories.