Skip to content

Instantly share code, notes, and snippets.

View debasishbsws's full-sized avatar
🛡️
Building and Fixing

Debasish Biswas debasishbsws

🛡️
Building and Fixing
View GitHub Profile
@debasishbsws
debasishbsws / Google Summer of Code 2023.md
Last active July 1, 2024 05:44
Google Summer of Code 2023 with Knative under CNCF

Hello everyone. I am Debasish Biswas.

During this summer, as part of Google Summer of Code, I contributed to Knative Eventing, an open-source project that comes under the Cloud Native Computing Foundation (CNCF). I am going to share my GSoC experience and project details.

Project Overview:

What is Knative Eventing?

Knative eventing is a system designed to meet a frequent demand for cloud-native development. It offers composable primitives that enable late-binding between event sources and event consumers. The Knative Eventing system's Eventing Kafka Broker is the part that offers a mechanism to consume and output events using Apache Kafka as the underlying messaging infrastructure.

@debasishbsws
debasishbsws / pinnedRepositories
Last active May 28, 2022 11:05 — forked from DuvanVilladiego/pinnedRepositories
Github graphql Api pinned repositories
//Get data from the Github GraphQl api
async function get_repo() {
try {
fetch('https://api.github.com/graphql', {
method: 'post',
headers: {
Authorization: `key,
'Content-Type': 'application/json'
},
body: JSON.stringify({