Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent e33aec8 commit 35e91c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Cygnus が動作したら、公開されている `CYGNUS_API_PORT` ポートへ
を行うことでステータスを確認できます。レスポンスがブランクの場合、これは通常
、Cygnus が実行されていないか、別のポートでリッスンしているためです。

#### :one: リクエスト :
#### 1️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -453,7 +453,7 @@ curl -X GET \
、`attrsFormat=legacy` が必要です
- `throttling` 値は、変更がサンプリングされる割合を定義します

#### :two: リクエスト :
#### 2️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -498,7 +498,7 @@ curl -iX POST \
して GET リクエストを出すことで、それが起動しているかどうかを確認することができ
ます。

#### :three: リクエスト :
#### 3️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -844,7 +844,7 @@ Cygnus が動作したら、公開されている `CYGNUS_API_PORT` ポートへ
を行うことでステータスを確認できます。レスポンスがブランクの場合、これは通常
、Cygnus が実行されていないか、別のポートでリッスンしているためです。

#### :four: リクエスト :
#### 4️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -908,7 +908,7 @@ curl -X GET \
、`attrsFormat=legacy` が必要です
- `throttling` 値は、変更がサンプリングされる割合を定義します

#### :five: リクエスト :
#### 5️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -1560,7 +1560,7 @@ Cygnus が動作したら、公開されている `CYGNUS_API_PORT` ポートへ
を行うことでステータスを確認できます。レスポンスがブランクの場合、これは通常
、Cygnus が実行されていないか、別のポートでリッスンしているためです。

#### :six: リクエスト :
#### 6️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -1624,7 +1624,7 @@ curl -X GET \
、`attrsFormat=legacy` が必要です
- `throttling` 値は、変更がサンプリングされる割合を定義します

#### :seven: リクエスト :
#### 7️⃣ リクエスト :

```console
curl -iX POST \
Expand Down Expand Up @@ -1925,7 +1925,7 @@ Cygnus が動作したら、公開されている `CYGNUS_API_PORT` ポートへ
を行うことでステータスを確認できます。レスポンスがブランクの場合、これは通常
、Cygnus が実行されていないか、別のポートでリッスンしているためです。

#### :eight: リクエスト :
#### 8️⃣ リクエスト :

```console
curl -X GET \
Expand Down Expand Up @@ -2003,7 +2003,7 @@ curl -X GET \
このサブスクリプションはポート `5050` を使用しているため、コンテキスト・データは
最終的に、_MySQL_ データベースに永続化されます。

#### :nine: リクエスト :
#### 9️⃣ リクエスト :

```console
curl -iX POST \
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ To start the system with a **MongoDB** database only, run the following command:
Once Cygnus is running, you can check the status by making an HTTP request to the exposed `CYGNUS_API_PORT` port. If the
response is blank, this is usually because Cygnus is not running or is listening on another port.

#### :one: Request:
#### 1️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -369,7 +369,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The notification `url` must match the configured `CYGNUS_MONGO_SERVICE_PORT`
- The `throttling` value defines the rate that changes are sampled.

#### :two: Request:
#### 2️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -412,7 +412,7 @@ same for each database. The response will be **201 - Created**
If a subscription has been created, you can check to see if it is firing by making a GET request to the
`/v2/subscriptions` endpoint.

#### :three: Request:
#### 3️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -720,7 +720,7 @@ To start the system with a **PostgreSQL** database run the following command:
Once Cygnus is running, you can check the status by making an HTTP request to the exposed `CYGNUS_API_PORT` port. If the
response is blank, this is usually because Cygnus is not running or is listening on another port.

#### :four: Request:
#### 4️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -770,7 +770,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The notification `url` must match the configured `CYGNUS_POSTGRESQL_SERVICE_PORT`
- The `throttling` value defines the rate that changes are sampled.

#### :five: Request:
#### 5️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -1366,7 +1366,7 @@ To start the system with a **MySQL** database run the following command:
Once Cygnus is running, you can check the status by making an HTTP request to the exposed `CYGNUS_API_PORT` port. If the
response is blank, this is usually because Cygnus is not running or is listening on another port.

#### :six: Request:
#### 6️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -1416,7 +1416,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the
- The notification `url` must match the configured `CYGNUS_MYSQL_SERVICE_PORT`
- The `throttling` value defines the rate that changes are sampled.

#### :seven: Request:
#### 7️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -1689,7 +1689,7 @@ To start the system with **multiple** databases run the following command:
Once Cygnus is running, you can check the status by making an HTTP request to the exposed `CYGNUS_API_PORT` port. If the
response is blank, this is usually because Cygnus is not running or is listening on another port.

#### :eight: Request:
#### 8️⃣ Request:

```console
curl -X GET \
Expand Down Expand Up @@ -1754,7 +1754,7 @@ The default port mapping can be seen below:

Since this subscription is using port `5050` the context data will eventually be persisted to the _MySQL_ database.

#### :nine: Request:
#### 9️⃣ Request:

```console
curl -iX POST \
Expand Down

0 comments on commit 35e91c1

Please sign in to comment.