awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
redpanda-data avatar

redpanda-data/console

0
View on GitHub↗
4,292 نجوم·424 تفرعات·TypeScript·3 مشاهداتredpanda.com↗

Console

Console هي أداة إدارة تعتمد على الويب لمراقبة وإدارة مجموعات Kafka. توفر واجهة رسومية لإدارة المواضيع (topics)، ومجموعات المستهلكين، وتدفقات البيانات في الوقت الفعلي.

يتضمن المشروع مديرين مخصصين لـ Kafka Connect و Schema Registry، مما يسمح بنشر موصلات البيانات وحوكمة مخططات البيانات. يتميز بلوحة تحكم للمجموعة لتتبع صحة الوسطاء (brokers)، واستخدام التخزين، وحالة الرفوف، إلى جانب واجهة للتحكم في الوصول القائم على الأدوار وفحص سجلات التدقيق.

تغطي المنصة تصفح البيانات وتصفيتها، وتنسيق مجموعات المستهلكين، وبناء خطوط أنابيب البيانات. كما تدعم مراقبة مهام تحويل البيانات وإدارة أذونات المستخدم عبر محرك سياسات مركزي.

Features

  • Kafka Cluster Administration - Acts as a centralized management interface for monitoring broker health, access controls, and audit logs.
  • Kafka Management Interfaces - Provides a web-based graphical user interface for administering and monitoring Kafka clusters.
  • Connector Workflow Management - Provides a visual workflow for configuring and monitoring data connectors routing information to external systems.
  • Consumer Group Coordinators - Coordinates consumer groups by tracking and editing offsets to manage how data is consumed from partitions.
  • Consumer Group Managers - Provides utilities to track and edit active consumer group offsets by group, topic, or partition.
  • Consumer Group Offset Managers - Provides capabilities to track and modify consumer group positions by interacting with the Kafka coordinator.
  • Topic Data Inspection - Allows users to browse, filter, and search for specific messages within topics to inspect real-time data flows.
  • Topic Message Browsers - Provides a graphical interface to query and filter messages across multiple data encoding formats.
  • Schema-Based Decoders - Integrates with a schema registry to dynamically deserialize binary messages into human-readable formats based on schema versions.
  • Schema Registry Management - Provides a dedicated manager for creating and governing data schemas to ensure consistent message formats.
  • Kafka Cluster Health Monitors - Provides real-time metrics and health status tracking for Kafka brokers, including storage and rack usage.
  • Cluster Monitoring Dashboards - Offers a graphical dashboard for tracking broker health, storage usage, and internal audit logs.
  • Cluster Health Visualizations - Ships graphical displays for monitoring the real-time stability, resource usage, and health of distributed broker clusters.
  • Connector Management Interfaces - Offers a dedicated manager to update configurations and restart Kafka Connect tasks for operational stability.
  • Data Integration Pipelines - Provides tools to construct and route data pipelines between disparate systems using Kafka connectors.
  • Real-time Stream Monitors - Implements tools to track and monitor broker-side streaming tasks for data filtering and transcoding.
  • Query Filtering - Provides server-side filtering of topic data to retrieve specific records without loading full datasets into the browser.
  • Tiered Storage Optimization - Optimizes storage efficiency and data movement using tiered storage and connectors.
  • Application REST API Gateways - Implements a backend proxy layer that translates frontend REST requests into administrative Kafka and Redpanda calls.
  • Server-Side Message Filtering - Implements server-side filtering to search for specific records using text queries or partition offsets.
  • Kafka Permissions Management - Provides a granular permission management system for defining users and roles for Kafka cluster resources.
  • Role-Based Access Control - Implements a system to restrict access to topics and operations using a centralized role-based policy engine.
  • Audit Logs - Ships a utility to inspect internal logs of user actions for troubleshooting and compliance.

سجل النجوم

مخطط تاريخ النجوم لـ redpanda-data/consoleمخطط تاريخ النجوم لـ redpanda-data/console

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Console

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Console.
  • tchiotludo/akhqالصورة الرمزية لـ tchiotludo

    tchiotludo/akhq

    3,824عرض على GitHub↗

    AKHQ is a web-based management interface for Apache Kafka, providing a centralized platform for administering clusters, topics, and consumer groups. It serves as a comprehensive monitoring and administration tool that includes a Kafka Connect manager and a ksqlDB administration interface. The platform distinguishes itself through extensive schema registry integration, allowing users to browse and decode Avro, Protobuf, and JSON messages using Confluent, Tibco, or AWS Glue registries. It also features a granular security model with role-based access control, sensitive data masking, and support

    Javaguijavakafka
    عرض على GitHub↗3,824
  • provectus/kafka-uiالصورة الرمزية لـ provectus

    provectus/kafka-ui

    12,158عرض على GitHub↗

    kafka-ui is a web interface and centralized control plane for administering Apache Kafka clusters, topics, and brokers. It functions as a distributed message queue dashboard and orchestrator, allowing for the oversight of multiple distributed Kafka environments from a single management interface. The project provides dedicated tools for producing and inspecting messages within topics using various serialization and encoding formats. It includes a schema registry client for defining and versioning data schemas and a consumer monitoring dashboard to track offsets and calculate partition lag. T

    Javaapache-kafkabig-datacluster-management
    عرض على GitHub↗12,158
  • dpkp/kafka-pythonالصورة الرمزية لـ dpkp

    dpkp/kafka-python

    5,896عرض على GitHub↗

    kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly, without any native bindings or JVM dependencies. It provides the core capabilities of a Kafka client: producing messages to topics, consuming records from topics, and administering cluster resources such as topics and partitions, all through a Pythonic API or command-line tools. The library distinguishes itself through its comprehensive support for advanced Kafka features. It includes an asynchronous producer with background batching for throughput, a consumer group rebalance protoc

    Python
    عرض على GitHub↗5,896
  • yahoo/cmakالصورة الرمزية لـ yahoo

    yahoo/CMAK

    11,926عرض على GitHub↗

    CMAK is a Kafka cluster management tool and web interface designed for the administration of brokers, topics, and partitions. It provides a centralized system for Kafka cluster governance, encompassing resource administration, access control, and data distribution optimization. The project features a management UI that allows for the creation, deletion, and update of topic configurations and partition counts. It includes a partition rebalancer for executing data reassignment and preferred replica elections to balance load across cluster nodes. The system provides observability through broker

    Scala
    عرض على GitHub↗11,926
عرض جميع البدائل الـ 30 لـ Console→

الأسئلة الشائعة

ما هي وظيفة redpanda-data/console؟

Console هي أداة إدارة تعتمد على الويب لمراقبة وإدارة مجموعات Kafka. توفر واجهة رسومية لإدارة المواضيع (topics)، ومجموعات المستهلكين، وتدفقات البيانات في الوقت الفعلي.

ما هي الميزات الرئيسية لـ redpanda-data/console؟

الميزات الرئيسية لـ redpanda-data/console هي: Kafka Cluster Administration, Kafka Management Interfaces, Connector Workflow Management, Consumer Group Coordinators, Consumer Group Managers, Consumer Group Offset Managers, Topic Data Inspection, Topic Message Browsers.

ما هي البدائل مفتوحة المصدر لـ redpanda-data/console؟

تشمل البدائل مفتوحة المصدر لـ redpanda-data/console: tchiotludo/akhq — AKHQ is a web-based management interface for Apache Kafka, providing a centralized platform for administering… provectus/kafka-ui — kafka-ui is a web interface and centralized control plane for administering Apache Kafka clusters, topics, and… dpkp/kafka-python — kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly,… yahoo/cmak — CMAK is a Kafka cluster management tool and web interface designed for the administration of brokers, topics, and… yahoo/kafka-manager — Kafka Manager is a web-based management interface and monitoring tool for Apache Kafka clusters. It serves as a… didi/knowstreaming — KnowStreaming is a centralized Kafka cluster management platform that unifies multi-cluster federation, load…