Skip to content

add entries for Apache Kafka and Apache Flink #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions app/data/projects.json
Original file line number Diff line number Diff line change
@@ -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.",