Skip to content

Commit a00327e

Browse files
committed
Add query settings
1 parent 673c0d4 commit a00327e

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

README.adoc

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,17 @@ image::superset/xapi/added-xapi-statements.png[align=center]
403403
<<<
404404
`xapi_statements` テーブルを選択し、Learning Lockerに登録済みのステートメント件数が取得できることを確認する。
405405

406+
.xAPIステートメントの件数をカウントする例
407+
[cols="30%,30%,40%"]
408+
|===
409+
|大項目 |小項目 |設定値
410+
|Datasource & Chart Type |Visualization Type |`Table View`
411+
.3+|Time |Time Column |`stored`
412+
|Since |`7 years ago`
413+
|Until |`now`
414+
|GROUP BY |Metric |`COUNT(*)`
415+
|===
416+
406417
image::superset/xapi/count-xapi-statements.png[align=center]
407418

408419
<<<
@@ -462,6 +473,17 @@ image::superset/caliper/added-caliper-statements.png[align=center]
462473
<<<
463474
`caliper_statements` テーブルを選択し、OpenLRWに登録済みのステートメント件数が取得できることを確認する。
464475

476+
.Caliperステートメントの件数をカウントする例
477+
[cols="30%,30%,40%"]
478+
|===
479+
|大項目 |小項目 |設定値
480+
|Datasource & Chart Type |Visualization Type |`Table View`
481+
.3+|Time |Time Column |`event.eventTime`
482+
|Since |`7 years ago`
483+
|Until |`now`
484+
|GROUP BY |Metric |`COUNT(*)`
485+
|===
486+
465487
image::superset/caliper/count-caliper-statements.png[align=center]
466488

467489
<<<
@@ -556,4 +578,16 @@ image::superset/jupyter/edit-jupyter-analysis-result.png[align=center]
556578
<<<
557579
JupyterHubで加工したステートメントが可視化できることを確認すること。
558580

559-
image::superset/jupyter/visualize-jupyter-analysis-result.png[align=center]
581+
.ノートブックの実行結果を可視化する例
582+
[cols="30%,30%,40%"]
583+
|===
584+
|大項目 |小項目 |設定値
585+
|Datasource & Chart Type |Visualization Type |`Distribution - Bar Chart`
586+
.3+|Time |Time Column |`timestamp`
587+
|Since |`7 years ago`
588+
|Until |`now`
589+
.2+|Query |Metric |`COUNT(*)`
590+
|Series |`object.id`
591+
|===
592+
593+
image::superset/jupyter/visualize-jupyter-analysis-result.png[align=center, scaledwidth=90%]

0 commit comments

Comments
 (0)