Skip to content

Commit b709cb1

Browse files
authored
Merge pull request #369 from SamBarker/addKafkaAndFlink
add entries for Apache Kafka and Apache Flink
2 parents 3b82377 + 00ab7f2 commit b709cb1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/data/projects.json

+18
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@
4444
"twitterHandle": "",
4545
"twitterURL": ""
4646
},
47+
{
48+
"projectName": "Apache Flink",
49+
"projectDescription": "Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale.",
50+
"projectRepository": "https://github.com/apache/flink",
51+
"projectWebsite": "https://flink.apache.org/",
52+
"category": "Middleware",
53+
"twitterHandle": "@apacheflink",
54+
"twitterURL": "https://x.com/apacheflink"
55+
},
56+
{
57+
"projectName": "Apache Kafka",
58+
"projectDescription": "Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications",
59+
"projectRepository": "https://github.com/apache/kafka",
60+
"projectWebsite": "https://kafka.apache.org/",
61+
"category": "Middleware",
62+
"twitterHandle": "@apachekafka",
63+
"twitterURL": "https://x.com/apachekafka"
64+
},
4765
{
4866
"projectName": "Apache Qpid",
4967
"projectDescription": "Makes messaging tools that speak AMQP and support many languages and platforms.",

0 commit comments

Comments
 (0)