mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
fix input definition file name
This commit is contained in:
parent
450a4c0724
commit
390448c342
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ curl -OL https://github.com/pilosa/getting-started/raw/master/input_definition.j
|
|||
|
||||
Run the following to create the input definition:
|
||||
```
|
||||
curl localhost:10101/index/repository/input-definition/stargazer -d @json_input.json
|
||||
curl localhost:10101/index/repository/input-definition/stargazer -d @input_definition.json
|
||||
```
|
||||
|
||||
Instead of creating a `stargazer` frame and a `language` frame individually like in [Getting Started](../getting-started/), we can create multiple frames in one input definition.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue