Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KxSystems/kafka
kdb+ to Apache Kafka adapter, for pub/sub
https://github.com/KxSystems/kafka
interface kafka kdb q
Last synced: about 1 month ago
JSON representation
kdb+ to Apache Kafka adapter, for pub/sub
- Host: GitHub
- URL: https://github.com/KxSystems/kafka
- Owner: KxSystems
- License: apache-2.0
- Created: 2017-05-31T16:27:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T22:04:54.000Z (8 months ago)
- Last Synced: 2024-11-07T16:09:54.547Z (about 1 month ago)
- Topics: interface, kafka, kdb, q
- Language: C
- Homepage: https://code.kx.com/q/interfaces
- Size: 309 KB
- Stars: 50
- Watchers: 15
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-q - kafka
README
# ![Kafka](docs/kafka.png) `kfk` – Kafka for kdb+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kxsystems/kafka)](https://github.com/kxsystems/kafka/releases) [![Travis (.org) branch](https://img.shields.io/travis/kxsystems/kafka/master)](https://travis-ci.org/kxsystems/kafka/branches)
`kfk` is a thin wrapper for kdb+ around [`librdkafka`](https://github.com/edenhill/librdkafka) C API for [Kafka](https://kafka.apache.org/).
It is part of the [_Fusion for kdb+_](https://code.kx.com/q/interfaces) interface collection.This interface is supported for the following platforms
* 32- & 64-bit macOS and Linux
* 64-bit Windows## New to kdb+ ?
Kdb+ is the world’s fastest time-series database, optimized for ingesting, analyzing and storing massive amounts of structured data. To get started with kdb+, see https://code.kx.com/q for downloads and developer information. For general information, visit https://kx.com/
## API Documentation
:point_right: [`API reference`](docs/reference.md)
## Installation Documentation
:point_right: [`Install guide`](docs/install.md)
## Example Setup
:point_right: [`Example setup guide`](docs/example.md)
## Performance and Tuning
:point_right:
[edenhill/librdkafka/wiki/How-to-decrease-message-latency](https://github.com/edenhill/librdkafka/wiki/How-to-decrease-message-latency)There are numerous configuration options and it is best to find settings that suit your needs and setup.
## Status
This interface is provided under an Apache 2.0 license.
If you find issues with the interface or have feature requests please [raise an issue](../..//issues).
To contribute to this project, please follow the [contribution guide](CONTRIBUTING.md).