You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ and then generates and saves the data as HDT. Implementation is based on the [HD
6
6
and the output HDT is intended to be consumed by one of [hdt crate](https://github.com/KonradHoeffner/hdt), [hdt-cpp](https://github.com/rdfhdt/hdt-cpp),
7
7
or [hdt-java](https://github.com/rdfhdt/hdt-java).
8
8
9
-
## Using the rdf2hdt CLI
9
+
## Installation
10
10
11
-
This library includes a CLI utility for gnerating HDT files from RDF input data. The binary can be built using `cargo build`.
11
+
Install `rdf2hdt` with `cargo`:
12
+
13
+
```bash
14
+
cargo install rdf2hdt
15
+
```
16
+
17
+
## Usage
18
+
19
+
The `rdf2hdt` CLI tool is used for generating HDT files from RDF input data.
12
20
13
21
```bash
14
22
$ rdf2hdt convert --help
@@ -32,13 +40,6 @@ Options:
32
40
-v, --verbose...
33
41
Increase logging verbosity
34
42
35
-
-b, --block-size <BLOCK_SIZE>
36
-
Block size used during term compression
37
-
38
-
Every Nth term will be stored fully while others will only contain everything besides the longest common prefix of the last Nth term
0 commit comments