Back to list
apache

ignite-cluster-setup

by apache

Apache Ignite 3

302🍴 135📅 Jan 23, 2026

SKILL.md


name: ignite-cluster-setup description: Set up and manage a local Apache Ignite 3 cluster using just commands. Use when asked to setup cluster, start nodes, rebuild, initialize cluster, or check status. allowed-tools: Bash(just:*)

Ignite Cluster Setup

This skill manages a local Apache Ignite 3 cluster for development using just commands.

Available Commands

CommandDescription
just setupFull rebuild: build distributions, create node dirs in w/
just setup_cliRebuild CLI only (fast)
just start 1Start node 1 (use 1, 2, or 3)
just start_allStart all 3 nodes
just stop 1Stop node 1
just stop_allStop all nodes
just initInitialize cluster (after nodes started)
just statusCheck status of all nodes
just cliLaunch CLI REPL
just setup_clusterFull setup: build + start all + init

Common Workflows

Fresh Setup (First Time or After Code Changes)

just setup          # Build everything, create node directories
just start 1        # Start node 1 (or start_all for all nodes)
just init           # Initialize the cluster

Rebuild CLI Only (After CLI Code Changes)

just setup_cli      # Fast rebuild of CLI only

Quick Restart (No Code Changes)

just start 1        # Start node
just status         # Verify running

Full Automated Setup

just setup_cluster  # Does: setup + start_all + init

Notes

  • Nodes run in w/ignite3-db-{1,2,3}/
  • CLI is in w/ignite3-cli/
  • Use just status to check which nodes are running
  • If nodes fail with RocksDB errors, run just setup to rebuild fresh

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon