Skip to content

Commit f7cdb30

Browse files
committed
Add notes
1 parent ac502cd commit f7cdb30

2 files changed

Lines changed: 46 additions & 43 deletions

File tree

README.ja.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ QuantumLeap のドキュメントの
390390

391391
<a name="one-request"></a>
392392

393-
#### :one: リクエスト :
393+
#### 1️⃣ リクエスト :
394394

395395
```console
396396
curl -iX POST \
@@ -447,7 +447,7 @@ curl -iX POST \
447447

448448
<a name="two-request"></a>
449449

450-
#### :two: リクエスト :
450+
#### 2️⃣ リクエスト :
451451

452452
```console
453453
curl -iX POST \
@@ -487,12 +487,12 @@ curl -iX POST \
487487

488488
### QuantumLeap のサブスクリプションの確認
489489

490-
何かをする前に、:one: :two: のステップで作成したサブスクリプションをチェックしてください (すなわち、それぞれが少なく
490+
何かをする前に、1️⃣2️⃣ のステップで作成したサブスクリプションをチェックしてください (すなわち、それぞれが少なく
491491
とも 1 つの通知が送信されたか)
492492

493493
<a name="three-request"></a>
494494

495-
#### :three: リクエスト:
495+
#### 3️⃣ リクエスト:
496496

497497
```console
498498
curl -X GET \
@@ -561,7 +561,7 @@ curl -X GET \
561561

562562
<a name="four-request"></a>
563563

564-
#### :four: リクエスト :
564+
#### 4️⃣ リクエスト :
565565

566566
```console
567567
curl -X GET \
@@ -599,7 +599,7 @@ curl -X GET \
599599

600600
<a name="five-request"></a>
601601

602-
#### :five: リクエスト :
602+
#### 5️⃣ リクエスト :
603603

604604
```console
605605
curl -X GET \
@@ -633,7 +633,7 @@ curl -X GET \
633633

634634
<a name="six-request"></a>
635635

636-
#### :six: リクエスト :
636+
#### 6️⃣ リクエスト :
637637

638638
```console
639639
curl -X GET \
@@ -675,7 +675,7 @@ curl -X GET \
675675

676676
<a name="seven-request"></a>
677677

678-
#### :seven: リクエスト :
678+
#### 7️⃣ リクエスト :
679679

680680
```console
681681
curl -X GET \
@@ -721,7 +721,7 @@ curl -X GET \
721721

722722
<a name="eight-request"></a>
723723

724-
#### :eight: リクエスト :
724+
#### 8️⃣ リクエスト :
725725

726726
```console
727727
curl -X GET \
@@ -756,7 +756,7 @@ curl -X GET \
756756

757757
<a name="nine-request"></a>
758758

759-
#### :nine: リクエスト :
759+
#### 9️⃣ リクエスト :
760760

761761
```console
762762
curl -X GET \
@@ -795,7 +795,7 @@ curl -X GET \
795795

796796
<a name="onezero-request"></a>
797797

798-
#### :one::zero: リクエスト :
798+
#### 1️⃣0️⃣ リクエスト :
799799

800800
```console
801801
curl -X GET \
@@ -844,7 +844,7 @@ curl -X GET \
844844

845845
<a name="oneone-request"></a>
846846

847-
#### :one::one: リクエスト :
847+
#### 1️⃣1️⃣ リクエスト :
848848

849849
```console
850850
curl -X GET \
@@ -911,7 +911,7 @@ SQL ステートメントは POST リクエストの本体として JSON 形式
911911

912912
<a name="onetwo-request"></a>
913913

914-
#### :one::two: リクエスト :
914+
#### 1️⃣2️⃣ リクエスト :
915915

916916
```console
917917
curl -iX POST \
@@ -945,7 +945,7 @@ curl -iX POST \
945945

946946
<a name="onethree-request"></a>
947947

948-
#### :one::three: リクエスト :
948+
#### 1️⃣3️⃣ リクエスト :
949949

950950
```console
951951
curl -X POST \
@@ -982,7 +982,7 @@ SQL 文は `ORDER BY` と `LIMIT` を使用してデータをソートします
982982

983983
<a name="onefour-request"></a>
984984

985-
#### :one::four: リクエスト :
985+
#### 1️⃣4️⃣ リクエスト :
986986

987987
```console
988988
curl -iX POST \
@@ -1017,7 +1017,7 @@ SQL 文は、`OFFSET` 句を使用して必要な行を取り出します。詳
10171017

10181018
<a name="onefive-request"></a>
10191019

1020-
#### :one::five: リクエスト :
1020+
#### 1️⃣5️⃣ リクエスト :
10211021

10221022
```console
10231023
curl -iX POST \
@@ -1053,7 +1053,7 @@ SQL 文は、最後の N 行を取り出すために `LIMIT` 節と結合され
10531053

10541054
<a name="onesix-request"></a>
10551055

1056-
#### :one::six: リクエスト :
1056+
#### 1️⃣6️⃣ リクエスト :
10571057

10581058
```console
10591059
curl -iX POST \
@@ -1090,7 +1090,7 @@ SQL 文は、`SUM` 関数と `GROUP BY` 句を使用して関連するデータ
10901090

10911091
<a name="oneseven-request"></a>
10921092

1093-
#### :one::seven: リクエスト :
1093+
#### 1️⃣7️⃣ リクエスト :
10941094

10951095
```console
10961096
curl -iX POST \
@@ -1129,7 +1129,7 @@ SQL 文は、`MIN` 関数と `GROUP BY` 句を使用して関連するデータ
11291129

11301130
<a name="oneeight-request"></a>
11311131

1132-
#### :one::eight: リクエスト :
1132+
#### 1️⃣8️⃣ リクエスト :
11331133

11341134
```console
11351135
curl -iX POST \
@@ -1168,7 +1168,7 @@ SQL 文は、`MAX`関数と `WHERE` 句を使用して関連するデータを
11681168

11691169
<a name="onenine-request"></a>
11701170

1171-
#### :one::nine: リクエスト :
1171+
#### 1️⃣9️⃣ リクエスト :
11721172

11731173
```console
11741174
curl -iX POST \

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ repository:
241241
./services start
242242
```
243243

244-
> :information_source: **Note:** If you want to clean up and start over again you can do so with the following command:
244+
> [!NOTE]
245+
> If you want to clean up and start over again you can do so with the following command:
245246
>
246247
> ```console
247248
> ./services stop
@@ -359,7 +360,7 @@ The `metadata` attribute ensures that the `time_index` column within the **Crate
359360
within the **MongoDB** database used by the **Orion Context Broker** rather than using the creation time of the record
360361
within the **CrateDB** itself.
361362

362-
#### :one: Request:
363+
#### 1️⃣ Request:
363364

364365
```console
365366
curl -iX POST \
@@ -413,7 +414,7 @@ The `metadata` attribute ensures that the `time_index` column within the **Crate
413414
within the **MongoDB** database used by the **Orion Context Broker** rather than using the creation time of the record
414415
within the **CrateDB** itself.
415416

416-
#### :two: Request:
417+
#### 2️⃣ Request:
417418

418419
```console
419420
curl -iX POST \
@@ -451,10 +452,10 @@ curl -iX POST \
451452

452453
### Checking Subscriptions for QuantumLeap
453454

454-
Before anything, check the subscriptions you created in steps :one: and :two: are working (i.e., at least one
455+
Before anything, check the subscriptions you created in steps 1️⃣ and 2️⃣ are working (i.e., at least one
455456
notification for each was sent).
456457

457-
#### :three: Request:
458+
#### 3️⃣ Request:
458459

459460
```console
460461
curl -X GET \
@@ -544,7 +545,7 @@ sampled `luminosity` values from `Lamp:001`.
544545
Note the use of `Fiware-Service` and `Fiware-ServicePath` headers. These are required only when data are pushed to orion
545546
using such headers (in multitenancy scenarios). Failing to align these headers will result in no data being returned.
546547

547-
#### :four: Request:
548+
#### 4️⃣ Request:
548549

549550
```console
550551
curl -X GET \
@@ -571,7 +572,7 @@ curl -X GET \
571572

572573
This example shows the fourth, fifth and sixth sampled `count` values of `Motion:001`.
573574

574-
#### :five: Request:
575+
#### 5️⃣ Request:
575576

576577
```console
577578
curl -X GET \
@@ -598,7 +599,7 @@ curl -X GET \
598599

599600
This example shows the latest three sampled `count` values from `Motion:001`.
600601

601-
#### :six: Request:
602+
#### 6️⃣ Request:
602603

603604
```console
604605
curl -X GET \
@@ -633,7 +634,7 @@ curl -X GET \
633634
-H 'Accept: application/json'
634635
```
635636

636-
#### :seven: Request:
637+
#### 7️⃣ Request:
637638

638639
```console
639640
curl -X GET \
@@ -672,7 +673,7 @@ This example shows minimum `luminosity` values from `Lamp:001` over each minute.
672673

673674
<!--lint enable no-blockquote-without-marker-->
674675

675-
#### :eight: Request:
676+
#### 8️⃣ Request:
676677

677678
```console
678679
curl -X GET \
@@ -700,7 +701,7 @@ curl -X GET \
700701
This example shows maximum `luminosity` value of `Lamp:001` that occurred between from `2018-06-27T09:00:00` to
701702
`2018-06-30T23:59:59`.
702703

703-
#### :nine: Request:
704+
#### 9️⃣ Request:
704705

705706
```console
706707
curl -X GET \
@@ -729,11 +730,12 @@ This example shows the latest four sampled `luminosity` values of lamps that are
729730
`52°33'16.9"N 13°23'55.0"E` (Bornholmer Straße 65, Berlin, Germany). If you have turned on all the lamps available on
730731
the device monitor page, you should be able to see data for `Lamp:001` and `Lamp:004`.
731732

732-
> :information_source: **Note:** Geographical queries are only available starting from version `0.5` of QuantumLeap
733+
> [!NOTE]
734+
> Geographical queries are only available starting from version `0.5` of QuantumLeap
733735
> which implements the full set of queries detailed in the Geographical Queries section of the
734736
> [NGSI v2 specification](http://fiware.github.io/specifications/ngsiv2/stable/).
735737

736-
#### :one::zero: Request:
738+
#### 1️⃣0️⃣ Request:
737739

738740
```console
739741
curl -X GET \
@@ -772,11 +774,12 @@ This example shows the latest four sampled `luminosity` values of lamps that are
772774
at `52°33'16.9"N 13°23'55.0"E` (Bornholmer Straße 65, Berlin, Germany). Even if you have turned on all the lamps
773775
available on the device monitor page, you should only see data for `Lamp:001`.
774776

775-
> :information_source: **Note:** Geographical queries are only available starting from version `0.5` of QuantumLeap
777+
> [!NOTE]
778+
> Geographical queries are only available starting from version `0.5` of QuantumLeap
776779
> which implements the full set of queries detailed in the Geographical Queries section of the
777780
> [NGSI v2 specification](http://fiware.github.io/specifications/ngsiv2/stable/).
778781

779-
#### :one::one: Request:
782+
#### 1️⃣1️⃣ Request:
780783

781784
```console
782785
curl -X GET \
@@ -835,7 +838,7 @@ team is aware.
835838
Another way to see if data are being persisted is to check if a `table_schema` has been created. This can be done by
836839
making a request to the **CrateDB** HTTP endpoint as shown:
837840

838-
#### :one::two: Request:
841+
#### 1️⃣2️⃣ Request:
839842

840843
```console
841844
curl -iX POST \
@@ -865,7 +868,7 @@ the subscription exists, and has been configured to send data to the correct loc
865868
**QuantumLeap** will persist data into separate tables within the **CrateDB** database based on the entity type. Table
866869
names are formed with the `et` prefix and the entity type name in lowercase.
867870

868-
#### :one::three: Request:
871+
#### 1️⃣3️⃣ Request:
869872

870873
```console
871874
curl -X POST \
@@ -895,7 +898,7 @@ The response shows that both **Motion Sensor** data and **Smart Lamp** data are
895898
The SQL statement uses `ORDER BY` and `LIMIT` clauses to sort the data. More details can be found under within the
896899
**CrateDB** [documentation](https://crate.io/docs/crate/reference/en/latest/sql/statements/select.html)
897900

898-
#### :one::four: Request:
901+
#### 1️⃣4️⃣ Request:
899902

900903
```console
901904
curl -iX POST \
@@ -924,7 +927,7 @@ curl -iX POST \
924927
The SQL statement uses an `OFFSET` clause to retrieve the required rows. More details can be found under within the
925928
**CrateDB** [documentation](https://crate.io/docs/crate/reference/en/latest/sql/statements/select.html).
926929

927-
#### :one::five: Request:
930+
#### 1️⃣5️⃣ Request:
928931

929932
```console
930933
curl -iX POST \
@@ -954,7 +957,7 @@ The SQL statement uses an `ORDER BY ... DESC` clause combined with a `LIMIT` cla
954957
details can be found under within the **CrateDB**
955958
[documentation](https://crate.io/docs/crate/reference/en/latest/sql/statements/select.html).
956959

957-
#### :one::six: Request:
960+
#### 1️⃣6️⃣ Request:
958961

959962
```console
960963
curl -iX POST \
@@ -985,7 +988,7 @@ of
985988
[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
986989
to truncate and convert the timestamps into data which can be grouped.
987990

988-
#### :one::seven: Request:
991+
#### 1️⃣7️⃣ Request:
989992

990993
```console
991994
curl -iX POST \
@@ -1018,7 +1021,7 @@ of
10181021
[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
10191022
to truncate and convert the timestamps into data which can be grouped.
10201023

1021-
#### :one::eight: Request:
1024+
#### 1️⃣8️⃣ Request:
10221025

10231026
```console
10241027
curl -iX POST \
@@ -1050,7 +1053,7 @@ The SQL statement uses a `MAX` function and a `WHERE` clause to retrieve the rel
10501053
of [Aggregate Functions](https://crate.io/docs/crate/reference/en/latest/general/dql/selects.html#data-aggregation) to
10511054
aggregate data in different ways.
10521055

1053-
#### :one::nine: Request:
1056+
#### 1️⃣9️⃣ Request:
10541057

10551058
```console
10561059
curl -iX POST \

0 commit comments

Comments
 (0)