Skip to content

Commit

Permalink
add-paris-details
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack committed Oct 28, 2024
1 parent 525a5aa commit 0e8fccb
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/cfp-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sponsors":[
"/img/apidays.png"
],
"ended": false,
"ended": true,
"agenda":null

}
5 changes: 3 additions & 2 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
"sponsors": [
"/img/apidays.png"
],
"ticket": false,
"ticket": "https://ticket.apidays.global/event/apidays-paris-2024/f8f61349-4f78-4bba-a162-68d598833116/cart?coupon=ASYNCAPICONF",
"isFree": true,
"ended": true
"cfp": false,
"ended": false
}
]
5 changes: 5 additions & 0 deletions config/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"title": "London Talks",
"ref": "https://youtube.com/playlist?list=PLbi1gRlP7pig77jJD2ER9wfTxPSzBrLW5&si=YPmjUsj5mU6FpLhB",
"target": "_blank"
},
{
"title": "Online Conf Slides",
"ref": "https://drive.google.com/drive/folders/1gw_kr6mLX5lITe_DHG94pGUOVYYS0DjY?usp=drive_link",
"target": "_blank"
}


Expand Down
72 changes: 71 additions & 1 deletion config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,77 @@
"img": "/img/paris-images/Jonathan.webp"
}
],
"agenda": null
"agenda": [
{
"time": "10:00 AM CEST - 10:50 AM CEST",
"session": "TMForum's AsyncAPIs For a New Era of Event-Driven Architecture",
"speaker": 4,
"type": "Keynote Speaker"
},
{
"time": "10:50 AM CEST - 11:10 AM CEST",
"session": "",
"type": "Break/Networking"
},
{
"time": "11:10 AM CEST - 11:35 AM CEST",
"session": "API Governance for EDA: Unlocking Developer Experience with AsyncAPI",
"speaker": 5,
"type": "Technical Speaker"
},
{
"time": "11:35 AM CEST - 12:25 PM CEST",
"session": "Reimagining Streaming Apps with AsyncAPI and Postgres",
"speaker": 2,
"type": "Technical Speaker"
},
{
"time": "12:25 PM CEST - 12:50 PM CEST",
"session": "Using the AsyncAPI Ecosystem for Your Event-Driven Architecture",
"speaker": 3,
"type": "Technical Speaker"
},
{
"time": "12:50 PM CEST - 1:50 PM CEST",
"session": "",
"type": "Lunch"
},
{
"time": "1:50 PM CEST - 2:40 PM CEST",
"session": "Streaming Data Events Into An Event Mesh Infrastructure Using AsyncAPI",
"speaker": [9,10],
"type": "Technical Speaker"
},
{
"time": "2:40 PM CEST - 3:30 PM CEST",
"session": "AsyncAPI for Kafka",
"speaker": 1,
"type": "Technical Speaker"
},
{
"time": "3:30 PM CEST - 3:55 PM CEST",
"session": "",
"type": "Break/Networking"
},
{
"time": "3:55 PM CEST - 4:20 PM CEST",
"session": "AI Agents Meet AsyncAPI: Conversational Interfaces for Event Streams",
"speaker": 11,
"type": "Technical Speaker"
},
{
"time": "4:20 PM CEST - 5:10 PM CEST",
"session": "Contract-Driven Development for Event-Driven Architectures",
"speaker": [7,8],
"type": "Technical Speaker"
},
{
"time": "5:10 PM CEST - 5:35 PM CEST",
"session": "From Nightmares to Sweet Dreams: Conquering AsyncAPI Testing!",
"speaker": 6,
"type": "Technical Speaker"
}
]
},

{
Expand Down

0 comments on commit 0e8fccb

Please sign in to comment.