Skip to content

bytemaster333/stellar-command-insights-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌠 Stellar Command Insights (SCI)

Stellar Command Insights (SCI) is a real-time monitoring, visualization, and alerting system designed to help Stellar developers, system administrators, and blockchain enthusiasts gain deep insights into Stellar CLI and RPC command executions.

Built on the powerful ELK Stack (Elasticsearch, Logstash, Kibana), SCI provides a user-friendly platform to capture, analyze, and visualize command dataβ€”bringing transparency, observability, and operational intelligence to Stellar-based development.


πŸš€ Features

  • βš™οΈ Real-Time CLI & RPC Monitoring
    Capture and analyze both soroban CLI and Stellar RPC command outputs as they happen.

  • πŸ“Š Interactive Dashboards
    Visualize command activity, transaction execution, and errors with Kibana dashboards.

  • πŸ”” Real-Time Alerts via Telegram & Slack
    Receive immediate notifications for command failures, anomalies, or custom conditions.

  • πŸ“ Historical Log Tracking
    Store and search past command executions to streamline debugging and performance reviews.

  • 🧠 Extensible & Open Source
    Easily configurable and extendable for your custom Stellar workflow and infrastructure.


🧱 Architecture Overview

SCI is composed of the following components:

  • CLI & RPC Logger – Captures soroban CLI and RPC command executions and logs them to stellar.log.
  • Filebeat – Monitors the log file and forwards new entries to Logstash.
  • Logstash – Parses and structures the logs before sending them to Elasticsearch.
  • Elasticsearch – Indexes and stores log data for querying and analysis.
  • Kibana – Provides a visual interface for dashboards, filtering, and reporting.
  • Alerting System – Sends configurable alerts through Telegram or Slack.

πŸ“¦ Installation (macOS & Ubuntu)

You can install Soroban-ELK by downloading the appropriate installer script from the latest release.

πŸ”— Download

Go to the release page and download the installation script that matches your system:


πŸ›  Installation Steps

macOS

curl -LO https://github.com/bytemaster333/Soroban-ELK/releases/download/release-v1.0/MACOS_install.sh
chmod +x MACOS_install.sh
./MACOS_install.sh

Linux

curl -LO https://github.com/bytemaster333/Soroban-ELK/releases/download/release-v1.0/UBUNTU_install.sh
chmod +x UBUNTU_install.sh
./UBUNTU_install.sh

πŸ“Š GitHub Release Stats

πŸ“₯ Track SCI download stats here:
https://tooomm.github.io/github-release-stats/?username=bytemaster333&repository=Soroban-ELK


πŸ“¬ Contact & Community

  • πŸ’¬ Discuss the project on Stellar Discord
  • πŸ“« Reach out via GitHub Issues or email: salih@sci.dev (example)

πŸ“œ License

This project is licensed under the MIT License β€” see the LICENSE file for details.


Created with ❀️ for the Stellar Developer Community

About

Pre-packaged releases and installation scripts for Stellar Command Insights (SCI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages