Skip to content

Commit

Permalink
chore [skip ci]: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 committed Apr 7, 2024
1 parent 1260365 commit b87ccd1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# 🥝 Kiwi - Extensible Real-Time Data Streaming
<div align="center">
<img src="assets/kiwi-bird.png" alt="drawing" width="200"/>
<h1 align="center">Kiwi - Extensible Real-Time Data Streaming</h1>

[![test](https://github.com/rkrishn7/kiwi/actions/workflows/test.yml/badge.svg)](https://github.com/rkrishn7/kiwi/actions/workflows/test.yml) [![check](https://github.com/rkrishn7/kiwi/actions/workflows/check.yml/badge.svg)](https://github.com/rkrishn7/kiwi/actions/workflows/check.yml) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/rkrishn7/kiwi/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/rkrishn7/kiwi/tree/main) ![contributions](https://img.shields.io/badge/contributions-welcome-green)
</div>

Kiwi is a WebSocket adapter for real-time data sources. It implements a simple protocol for clients to subscribe to configured sources, while allowing operators to maintain control over the flow of data via [WebAssembly](https://webassembly.org/) (WASM) plugins. Kiwi is designed to be a lightweight, extensible, and secure solution for delivering real-time data to clients, ensuring that they stay reactive and up-to-date with the latest data.

- [🥝 Kiwi - Extensible Real-Time Data Streaming](#-kiwi---extensible-real-time-data-streaming)
- [Features](#features)
- [Motivation](#motivation)
- [Getting Started](#getting-started)
- [Plugins](#plugins)
- [Sources](#sources)
- [Kafka](#kafka)
- [Counter](#counter)
- [Protocol](#protocol)
- [Configuration](#configuration)
- [Considerations](#considerations)
- [Features](#features)
- [Motivation](#motivation)
- [Getting Started](#getting-started)
- [Plugins](#plugins)
- [Sources](#sources)
- [Kafka](#kafka)
- [Counter](#counter)
- [Protocol](#protocol)
- [Configuration](#configuration)
- [Considerations](#considerations)

## Features

Expand Down
Binary file added assets/kiwi-bird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b87ccd1

Please sign in to comment.