Skip to content

Commit

Permalink
Merge pull request #369 from SamBarker/addKafkaAndFlink
Browse files Browse the repository at this point in the history
add entries for Apache Kafka and Apache Flink
  • Loading branch information
bproffitt authored Jun 13, 2024
2 parents 3b82377 + 00ab7f2 commit b709cb1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@
"twitterHandle": "",
"twitterURL": ""
},
{
"projectName": "Apache Flink",
"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.",
"projectRepository": "https://github.com/apache/flink",
"projectWebsite": "https://flink.apache.org/",
"category": "Middleware",
"twitterHandle": "@apacheflink",
"twitterURL": "https://x.com/apacheflink"
},
{
"projectName": "Apache Kafka",
"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",
"projectRepository": "https://github.com/apache/kafka",
"projectWebsite": "https://kafka.apache.org/",
"category": "Middleware",
"twitterHandle": "@apachekafka",
"twitterURL": "https://x.com/apachekafka"
},
{
"projectName": "Apache Qpid",
"projectDescription": "Makes messaging tools that speak AMQP and support many languages and platforms.",
Expand Down

0 comments on commit b709cb1

Please sign in to comment.