Skip to content

Commit 63aa064

Browse files
committed
Moving to latest UI and backend
1 parent c76805b commit 63aa064

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

examples/install-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -euo pipefail
44

5-
BULLET_EXAMPLES_VERSION=0.2.0
6-
BULLET_UI_VERSION=0.1.0
5+
BULLET_EXAMPLES_VERSION=0.3.0
6+
BULLET_UI_VERSION=0.2.0
77
BULLET_WS_VERSION=0.0.1
88
JETTY_VERSION=9.3.16.v20170120
99
STORM_VERSION=1.0.3

examples/storm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<maven.compiler.source>1.8</maven.compiler.source>
2828
<maven.compiler.target>1.8</maven.compiler.target>
29-
<bullet.version>0.3.1</bullet.version>
29+
<bullet.version>0.4.2</bullet.version>
3030
<storm.version>1.0.3</storm.version>
3131
</properties>
3232

examples/ui/env-settings.json

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,43 @@
77
"schemaNamespace": "bullet-service/api",
88
"helpLinks": [
99
{
10-
"name": "Example Docs Page",
11-
"link": ""
10+
"name": "Examples",
11+
"link": "https://yahoo.github.io/bullet-docs/ui/usage"
1212
}
1313
],
1414
"bugLink": "https://github.com/yahoo/bullet-ui/issues",
15-
"aggregateDataDefaultSize": 1024,
16-
"modelVersion": 1
15+
"modelVersion": 1,
16+
"defaultValues": {
17+
"aggregationMaxSize": 1024,
18+
"rawMaxSize": 500,
19+
"durationMaxSecs": 540,
20+
"distributionNumberOfPoints": 11,
21+
"distributionQuantilePoints": "0, 0.25, 0.5, 0.75, 0.9, 1",
22+
"distributionQuantileStart": 0,
23+
"distributionQuantileEnd": 1,
24+
"distributionQuantileIncrement": 0.1,
25+
"queryTimeoutSecs": 3,
26+
"sketches": {
27+
"countDistinctMaxEntries": 16384,
28+
"groupByMaxEntries": 512,
29+
"distributionMaxEntries": 1024,
30+
"distributionMaxNumberOfPoints": 200,
31+
"topKMaxEntries": 1024,
32+
"topKErrorType": "No False Negatives"
33+
},
34+
"metadataKeyMapping": {
35+
"theta": "theta",
36+
"uniquesEstimate": "uniques_estimate",
37+
"queryCreationTime": "query_receive_time",
38+
"queryTerminationTime": "query_finish_time",
39+
"estimatedResult": "was_estimated",
40+
"standardDeviations": "standard_deviations",
41+
"normalizedRankError": "normalized_rank_error",
42+
"maximumCountError": "maximum_count_error",
43+
"itemsSeen": "items_seen",
44+
"minimumValue": "minimum_value",
45+
"maximumValue": "maximum_value"
46+
}
47+
}
1748
}
1849
}

0 commit comments

Comments
 (0)