examples
demo-scene
Our great sponsors
examples | demo-scene | |
---|---|---|
2 | 17 | |
1,463 | 1,148 | |
2.9% | 3.6% | |
8.0 | 7.7 | |
5 days ago | about 1 month ago | |
Shell | Shell | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
examples
- Kafka Connect, Strimzi, and a simple filter/convert task
-
Kafka client for Dart
Digging into this a bit, I guess the fastest way would be to use librdkafka via Dart FFI. It's what Confluent uses in their Node.js example. That way you only have to worry about the FFI parts.
demo-scene
-
Creating topics and console consumers using a dockerized Kafka cluster?
For example: https://github.com/confluentinc/demo-scene/tree/master/kafka-connect-zero-to-hero
-
A few starter questions: What is a good setup for learning? Is Confluent platform ok?
Are you getting ahead of yourself to use Kafka Connect? No, definitely not! Kafka Connect is part of Apache Kafka so you're just learning more Kafka :) The connector plugins vary in author and licence. There is a mixture of vendor and community-written plugins. The Twitter one you found is great - I've used it in the past several times for projects. If you want another set of code to look at using it there is this repo here and related blog
should I be reading a different material for a first Kafka project and working with a different kind of setup? Now, I can't be unbiased on this one ;) One of the things we're doing with Confluent Developer is to try and create a resource for people to learn Kafka from the ground up, whether they ultimately decide to pursue it on Confluent or not. The fundamentals of Kafka that you'll be learning are going to be as applicable whether you're using Apache Kafka self-managed, or Confluent, or AWS' MSK, or whatever else. Personally I'd this stage I'd use whatever setup you find easiest and least friction to your learning journey. As u/louisvell mentioned, /u/stephanemaarek's courses on Udemy are also very popular, if you wanted a "second opinion" on how to approach learning Kafka.
-
Kafka Learning Path
https://developer.confluent.io they’ve thought about this question very deeply
-
Good source of free/public events to experiment with?
Also check out developer.confluent.io if you want more Kafka hands-on tutorials and exercises
-
Apache Kafka, distributed system architecture udemy, youtube, or something nice learning course
Check out developer.confluent.io. There's video courses, tutorials and blogs to learn from.
- How to get the Kafka confluent developer or administrator certification ?
-
🎉NEW! Confluent Developer - The One-Stop Shop for Learning Apache Kafka®
I’m delighted to announce the launch of Confluent Developer - the pre-eminent destination for your Apache Kafka® learning and needs.
-
Some cool features you may don’t know about Apache Kafka
Confluent provides a demonstration project to play with this feature.
What are some alternatives?
bitnami-docker-kafka - Bitnami Docker Image for Kafka
docker-kafka-kraft - Apache Kafka Docker image using Kafka Raft metadata mode (KRaft). https://hub.docker.com/r/moeenz/docker-kafka-kraft
schema-registry-gitops - Manage Confluent Schema Registry subjects through Infrastructure as code
cp-all-in-one - docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud
kafka-lag-exporter - Monitor Kafka Consumer Group Latency with Kafka Lag Exporter
kafka - Kafka client library for Dartlang
docker-registry-proxy - An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
confluent-kafka-python - Confluent's Kafka Python Client
kafka-connect-transform-xml - Transformation for converting XML data to Structured data.
axiom-demo - Take a look at Axiom on your local machine.