瀏覽代碼

Documentation/yaml description (#1374)

* 2 gifs

* Update README.md

* Update README.md

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
agolosen 3 年之前
父節點
當前提交
0326cf7c46
共有 3 個文件被更改,包括 12 次插入1 次删除
  1. 12 1
      README.md
  2. 二進制
      images/Create_schema.gif
  3. 二進制
      images/Interface.gif

+ 12 - 1
README.md

@@ -23,16 +23,27 @@ Set up UI for Apache Kafka with just a couple of easy commands to visualize your
 * **Dynamic Topic Configuration** — create and configure new topics with dynamic configuration
 * **Configurable Authentification** — secure your installation with optional Github/Gitlab/Google OAuth 2.0
  
- # The Interface
+# The Interface
+UI for Apache Kafka wraps major functions of Apache Kafka with an intuitive user interface.
+
+![Interface](images/Interface.gif)
+
+## Topics
 UI for Apache Kafka makes it easy for you to create topics in your browser by several clicks, 
 pasting your own parameters, and viewing topics in the list.
 
 ![Create Topic](https://github.com/provectus/kafka-ui/blob/6d1219c70e9e24e52db64936e1a5d5ada189fecc/images/Create_topic_kafka-ui.gif)
 
+### Messages
 Let's say we want to produce messages for our topic. With the UI for Apache Kafka we can send or write data/messages to the Kafka topics without effort by specifying parameters, and viewing messages in the list.
 
 ![Produce Message](https://github.com/provectus/kafka-ui/blob/8ecc012e6ce2b5651bdd5fef9056cc8edd9b41bf/images/Create_message_kafka-ui.gif)
 
+## Schema registry
+There are 3 supported types of schemas: Avro®, JSON Schema, and Protobuf schemas.
+
+![Create Schema Registry](images/Create_schema.gif)
+
 # Getting Started
 
 To run UI for Apache Kafka, you can use a pre-built Docker image or build it locally.  

二進制
images/Create_schema.gif


二進制
images/Interface.gif