Skip to content

Commit

Permalink
2024.12時点の最新に合わせて修正
Browse files Browse the repository at this point in the history
  • Loading branch information
iijimam committed Dec 3, 2024
1 parent c0ac80e commit f40bda7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Interoperability(相互運用性)を使ってみよう
このGitでは、InterSystems IRIS / InterSystems IRIS for Health の Interoperability メニューの使い方をサンプルを利用しながら確認できるコンテナを提供しています。

このサンプルのコンテナは、[InterSystems IRIS Community Editionのイメージ](https://hub.docker.com/_/intersystems-iris-data-platform)を使用しています(Pullできない場合はイメージ、タグ名をご確認ください)。
このサンプルのコンテナは、[InterSystems IRIS Community Editionのイメージ](https://container.intersystems.com/contents?family=InterSystems%20IRIS%20Community%20Edition&product=iris-community&version=latest-cd)を使用しています(Pullできない場合はイメージ、タグ名をご確認ください)。

[Intersystems IRIS for Health の Community Edition のイメージ](https://hub.docker.com/_/intersystems-iris-for-health)もあります。お好みでイメージを切り替えてご利用ください。

この他、JDBCでの接続が行えるように OpenJDK もインストールしています。
詳細は、[Dockerfile](./Dockerfile) をご参照ください。
[Intersystems IRIS for Health の Community Edition のイメージ](https://container.intersystems.com/contents?family=InterSystems%20IRIS%20Community%20Edition&product=iris-ml-community&version=latest-em)もあります。お好みでイメージを切り替えてご利用ください。

サンプルコードの中では、天気の情報を取得するため [OpenWeather](https://openweathermap.org/current) の Web API を使用しています。

この API を実行するためには事前にアカウントを登録し API key を取得する必要があります。お試しいただく前に、[こちらのページ](https://home.openweathermap.org/api_keys) で API key を取得してください。サンプルコードへの設定方法については後述します。


## [開発者コミュニティ](https://jp.community.intersystems.com)にサンプルについての解説を記述しています。
索引ページ:https://jp.community.intersystems.com/node/483021
索引ページ:[【はじめてのInterSystems IRIS】Interoperability(相互運用性)を使ってみよう!](https://jp.community.intersystems.com/node/483021)



Expand Down Expand Up @@ -63,7 +60,7 @@ $ docker-compose stop
## プロダクションにデータを送信してみる
コンテナ開始後、以下のURLにアクセスします。ユーザ名(_system)とパスワード(SYS)を指定してログインします。

http://localhost:52773/csp/sys/UtilHome.csp
[管理ポータルトップ](http://localhost:52773/csp/sys/UtilHome.csp)

管理ポータル > [Interoperability] > [構成] > [プロダクション] を開きます。

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.6'
services:
iris:
build:
Expand Down

0 comments on commit f40bda7

Please sign in to comment.