Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/apis/query-api/aggregate-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Standard aggregation functions are provided including `max`, `count`, and `sprea
]
},
"stringValues": {},
"binaryValues": {},
"tagValues": {
"LapNumber": [
"3.0",
Expand Down
3 changes: 1 addition & 2 deletions docs/apis/query-api/raw-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can filter by a number of different factors but, at minimum, you’ll need t
}
```

In this example, we’re requesting a single numeric parameter, `Speed`. Each array of parameters is indexed based on parameter type, which can be `numericParameters`, `stringParameters` or `binaryParameters`. Parameters are returned in a union, so if you request several, you’ll get back all parameters that match.
In this example, we’re requesting a single numeric parameter, `Speed`. Each array of parameters is indexed based on parameter type, which can be `numericParameters` or `stringParameters`. Parameters are returned in a union, so if you request several, you’ll get back all parameters that match.

### Example

Expand All @@ -45,7 +45,6 @@ If you just had a single parameter value in the stored data, the response from t
]
},
"stringValues": {},
"binaryValues": {},
"tagValues": {},
}
```
Expand Down
10 changes: 1 addition & 9 deletions docs/apis/streaming-writer-api/send-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ You should replace `${topicName}` with the name of the topic your stream belongs

### Example request

Your payload should include an array of `timestamps` with one timestamp for each item of data you’re sending. Actual data values should be keyed on their name, in the object that corresponds to their type, one of `numericValues`, `stringValues`, or `binaryValues`. The payload is in this structure:
Your payload should include an array of `timestamps` with one timestamp for each item of data you’re sending. Actual data values should be keyed on their name, in the object that corresponds to their type, one of `numericValues` or `stringValues`. The payload is in this structure:

```json
{
"timestamps": [...],
"numericValues": {...},
"stringValues": {...},
"binaryValues": {...},
"tagValues": {...}
}
```
Expand Down Expand Up @@ -130,13 +129,6 @@ connection.start().then(async () => {
"!"
]
},
"binaryValues": {
"BinaryParameter1": [
btoa("Hello"), // send binary array as base64
btoa("World"),
btoa("!")
]
},
"tagValues": {
"Tag1": [
"A",
Expand Down
11 changes: 2 additions & 9 deletions docs/kb/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ Applications in Quix exist inside the Git branch associated with an [environment

Read more about [applications](../create/overview.md).

## Binary data

Quix also supports any binary blob data.

With this data you can stream, process and store any type of audio, image, video or lidar data, or anything that isn’t supported with time series, event, or metadata types.

## Code Samples

Quix contains a large number of [open source](https://github.com/quixio/quix-samples){target=_blank} Code Samples. You can use these to quickly build out your stream processing pipeline. Generally the code samples are divided into three main categories: source, transform, destination. You can access the Code Samples from within the UI by using the navigation menu as show here:
Expand Down Expand Up @@ -48,11 +42,10 @@ Read more about [data ingestion](../develop/integrate-data/overview.md).

## Data types

Quix supports time series data, events, metadata, and blobs with the following data types:
Quix supports time series data, events and metadata with the following data types:

* Numeric (double precision)
* String (UTF-8)
* Binary data (blobs)

## Deployment

Expand Down Expand Up @@ -194,7 +187,7 @@ A type of [connector](../connectors/index.md) where data is published to a Quix

## Stream

A stream is a collection of data (time series data, events, binary blobs and metadata) that belong to a single session of a single source. For example:
A stream is a collection of data (time series data, events and metadata) that belong to a single session of a single source. For example:

* One journey for one car
* One game session for one player
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/clickstream/clickstream-producer.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ If you look at the messages in the `Messages` view, you'll see data has the foll
"VD55179433"
]
},
"BinaryValues": {},
"TagValues": {}
}
```
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/clickstream/data-enrichment.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ The enriched data format:
"F"
]
},
"BinaryValues": {},
"TagValues": {}
}
```
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/computer-vision/add-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ To create the transform:
"iVBOR/snip/QmCC"
]
},
"BinaryValues": {},
"TagValues": {
"parent_streamId": [
"JamCams_00002.00820"
Expand Down
5 changes: 0 additions & 5 deletions docs/tutorials/computer-vision/object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ Objects are detected in the frame by the YOLOv8 code. Data is published to the o
]
},
"StringValues": {},
"BinaryValues": {
"image": [
"(Binary of 152.47 KB)"
]
},
"TagValues": {}
}
```
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/computer-vision/other-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ The max vehicles service takes the total vehicle count and finds the maximum val
]
},
"StringValues": {},
"BinaryValues": {},
"TagValues": {
"window_start": [
"2023-09-06 12:08:12.394372"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/computer-vision/web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ The data read from the topic is as follows:
"iVBO…to/v37HG18UyZ1Qz/fby/<snipped>+yXUGc5UVWZfIHnX0iqM6aEAAAAASUVORK5CYII="
]
},
"BinaryValues": {},
"TagValues": {
"parent_streamId": [
"JamCams_00001.02500"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/event-detection/data-acquisition.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ Follow these instructions to deploy the data source:
"Battery"
]
},
"BinaryValues": {},
"TagValues": {}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ There are several ways to view live data. This lab shows one way to do it.
"Can you check on my order please?"
]
},
"BinaryValues": {},
"TagValues": {
"room": [
"channel"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/sentiment-analysis/twitch-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ The message format on the output `messages` topic:
"@CaalvaVoladora Boomerdemons is also up"
]
},
"BinaryValues": {},
"TagValues": {
"room": [
"channel"
Expand Down