mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
add Query Language section to the README
This commit is contained in:
parent
13b07b99b5
commit
0e2b793de0
1 changed files with 6 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
- [Docs](#docs)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Data Model](#data-model)
|
||||
- [Query Language](#query-language)
|
||||
- [Client Libraries](#client-drivers)
|
||||
- [Get Support](#get-support)
|
||||
- [Contributing](#contributing)
|
||||
|
|
@ -20,9 +21,6 @@ See our [Documentation](https://www.pilosa.com/docs/) for information about inst
|
|||
|
||||
## Getting Started
|
||||
|
||||
[Getting Started](https://www.pilosa.com/docs/getting-started/)
|
||||
|
||||
|
||||
1. [Install Pilosa](https://www.pilosa.com/docs/installation/).
|
||||
|
||||
2. [Start Pilosa](https://www.pilosa.com/docs/getting-started/#starting-pilosa) with the default configuration:
|
||||
|
|
@ -45,6 +43,11 @@ See our [Documentation](https://www.pilosa.com/docs/) for information about inst
|
|||
Check out how the Pilosa [Data Model](https://www.pilosa.com/docs/data-model/) works.
|
||||
|
||||
|
||||
## Query Language
|
||||
|
||||
You can interact with Pilosa directly in the console using the [Pilosa Query Language](https://www.pilosa.com/docs/query-language/) (PQL).
|
||||
|
||||
|
||||
## Client Libraries
|
||||
|
||||
There are supported libraries for the following languages:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue