Skip to content

ローカル開発用にdocker環境を用意する#584

Open
You-saku wants to merge 2 commits into
imas:masterfrom
You-saku:add-docker-env
Open

ローカル開発用にdocker環境を用意する#584
You-saku wants to merge 2 commits into
imas:masterfrom
You-saku:add-docker-env

Conversation

@You-saku
Copy link
Copy Markdown

@You-saku You-saku commented Feb 24, 2026

概要

fusekiのdocker環境を構築しました。
#572 で記載したIssue対応です。

変更点

docker環境の準備

動作確認

1. コンテナ起動(この時データもロードされます)

docker compose up -d --build

2. http://localhost:3030 にアクセス

BASIC認証

  • ユーザー名: admin
  • パスワード: admin

3. http://localhost:3030/#/dataset/imas/query でクエリを実行

例)

# クエリ
SELECT ?member
WHERE {
     <https://sparql.crssnky.xyz/imasrdf/RDFs/detail/765MillionStars> <http://schema.org/member> ?member.
}

4. クエリ結果の確認

スクリーンショット 2026-02-24 23 06 02

補足

ClaudeでのVibe Codingを利用しました。変なことはしてないと考えています。
コンテナ起動時のデータロードシェルスクリプトが少し強引かもしれません 🙏

Todo

docker環境で開発したい場合の環境構築方法のドキュメントは後ほど別で作成しようと考えています。

@You-saku You-saku changed the title Add docker env ローカル開発用にdocker環境を用意する Feb 24, 2026
@You-saku You-saku marked this pull request as ready for review February 24, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant