mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Made Schema check into note
This commit is contained in:
parent
36c75ea416
commit
f991df206c
1 changed files with 5 additions and 2 deletions
|
|
@ -46,7 +46,8 @@ Although Pilosa doesn't keep the data in a tabular format, we still use the term
|
|||
|
||||
Pilosa officially supports three client libraries, for Go, Java and Python. You can also use any HTTP client, such as curl, for quick testing, but official client libraries are the preferred method in production code.
|
||||
|
||||
If at any time you want to verify the data structure, you can request the schema as follows:
|
||||
<div class="note">
|
||||
<p>If at any time you want to verify the data structure, you can request the schema as follows:
|
||||
|
||||
``` request
|
||||
curl localhost:10101/schema
|
||||
|
|
@ -85,7 +86,9 @@ curl localhost:10101/schema
|
|||
]
|
||||
}
|
||||
```
|
||||
Note: This is the response you should receive once completing this project. It has also been formatted using `jq`.
|
||||
|
||||
Note: This is the response you should receive once completing this project. It has also been formatted using `jq`. <\p>
|
||||
</div>
|
||||
|
||||
#### Using Curl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue