mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
zap remaining label ref
This commit is contained in:
parent
ce9033f828
commit
a20adffd85
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ Before we can import data or run queries, we need to create our indexes and the
|
|||
curl localhost:10101/index/repository -X POST
|
||||
```
|
||||
|
||||
Repository IDs are the main focus of the `repository` index, so we chose `repo_id` as the column label.
|
||||
|
||||
Let's create the `stargazer` frame which has user IDs of stargazers as its rows:
|
||||
```
|
||||
curl localhost:10101/index/repository/frame/stargazer \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue