@@ -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
359360within the **MongoDB** database used by the **Orion Context Broker** rather than using the creation time of the record
360361within the **CrateDB** itself.
361362
362- # ### :one: Request:
363+ # ### 1️⃣ Request:
363364
364365` ` ` console
365366curl -iX POST \
@@ -413,7 +414,7 @@ The `metadata` attribute ensures that the `time_index` column within the **Crate
413414within the **MongoDB** database used by the **Orion Context Broker** rather than using the creation time of the record
414415within the **CrateDB** itself.
415416
416- # ### :two: Request:
417+ # ### 2️⃣ Request:
417418
418419` ` ` console
419420curl -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
455456notification for each was sent).
456457
457- # ### :three: Request:
458+ # ### 3️⃣ Request:
458459
459460` ` ` console
460461curl -X GET \
@@ -544,7 +545,7 @@ sampled `luminosity` values from `Lamp:001`.
544545Note the use of `Fiware-Service` and `Fiware-ServicePath` headers. These are required only when data are pushed to orion
545546using 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
550551curl -X GET \
@@ -571,7 +572,7 @@ curl -X GET \
571572
572573This example shows the fourth, fifth and sixth sampled `count` values of `Motion:001`.
573574
574- # ### :five: Request:
575+ # ### 5️⃣ Request:
575576
576577` ` ` console
577578curl -X GET \
@@ -598,7 +599,7 @@ curl -X GET \
598599
599600This example shows the latest three sampled `count` values from `Motion:001`.
600601
601- # ### :six: Request:
602+ # ### 6️⃣ Request:
602603
603604` ` ` console
604605curl -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
639640curl -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
678679curl -X GET \
@@ -700,7 +701,7 @@ curl -X GET \
700701This 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
706707curl -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
730731the 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
739741curl -X GET \
@@ -772,11 +774,12 @@ This example shows the latest four sampled `luminosity` values of lamps that are
772774at `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
773775available 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
782785curl -X GET \
@@ -835,7 +838,7 @@ team is aware.
835838Another way to see if data are being persisted is to check if a `table_schema` has been created. This can be done by
836839making a request to the **CrateDB** HTTP endpoint as shown :
837840
838- # ### :one::two: Request:
841+ # ### 1️⃣2️⃣ Request:
839842
840843` ` ` console
841844curl -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
866869names 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
871874curl -X POST \
@@ -895,7 +898,7 @@ The response shows that both **Motion Sensor** data and **Smart Lamp** data are
895898The 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
901904curl -iX POST \
@@ -924,7 +927,7 @@ curl -iX POST \
924927The 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
930933curl -iX POST \
@@ -954,7 +957,7 @@ The SQL statement uses an `ORDER BY ... DESC` clause combined with a `LIMIT` cla
954957details 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
960963curl -iX POST \
985988[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
986989to truncate and convert the timestamps into data which can be grouped.
987990
988- # ### :one::seven: Request:
991+ # ### 1️⃣7️⃣ Request:
989992
990993` ` ` console
991994curl -iX POST \
10181021[Date-Time Functions](https://crate.io/docs/crate/reference/en/latest/general/builtins/scalar.html#date-and-time-functions)
10191022to truncate and convert the timestamps into data which can be grouped.
10201023
1021- # ### :one::eight: Request:
1024+ # ### 1️⃣8️⃣ Request:
10221025
10231026` ` ` console
10241027curl -iX POST \
@@ -1050,7 +1053,7 @@ The SQL statement uses a `MAX` function and a `WHERE` clause to retrieve the rel
10501053of [Aggregate Functions](https://crate.io/docs/crate/reference/en/latest/general/dql/selects.html#data-aggregation) to
10511054aggregate data in different ways.
10521055
1053- # ### :one::nine: Request:
1056+ # ### 1️⃣9️⃣ Request:
10541057
10551058` ` ` console
10561059curl -iX POST \
0 commit comments