Overview¶
This document will help you get started with the Rockset Python Client.
Rockset’s entire Python Client is contained within a single Python module called rockset
.
APIs defined in the rockset
module allow you to:
Securely connect to the Rockset service
Create, manage and administer collections
Load data into collections
Issue queries against collections
In addition, the Python Client SDK also provides a command line utility called rock
.
Getting Started
Complete Reference
- Client Configuration
- Workspaces
- Collections
- Collection Sources
- Collection Field Mappings
- Collection Aliases
- Query Lambdas
- Usage
- Create a new Query Lambda
- List all Query Lambdas
- Retrieve an existing Query Lambda version by a given tag
- Retrieve an existing Query Lambda version
- Describe an existing Query Lambda version
- Execute a specific Query Lambda version
- Update a Query Lambda by creating a new version
- Tag a version of a Query Lambda
- List all versions of a Query Lambda
- Drop Query Lambda along with all previous versions
- Python Query Builder
- Usage
- Query Operators: Overview
- Query Operator: Filters
- Query Operator: Projection
- Query Operator: Pagination
- Query Operator: Sorting
- Query Operator: JOINs
- Query Operator: Unnest - to expand nested array fields
- Query Operator: Aggregation
- Field Expressions Overview
- Field Expression: Value Comparators
- Field Expression: Boolean Compositions
- Field Expression: Array operators
- Reference for
Q
and Query - Reference for
F
and FieldRef
- Cursor
- Document
- Limits
- Exceptions