Skip to content

Commit

Permalink
Prépare la soirée du 29/10
Browse files Browse the repository at this point in the history
  • Loading branch information
THLA committed Oct 14, 2024
1 parent 3dfac66 commit 18d6c0c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
Binary file added images/speakers/valentin_maerten.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions scripts/data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,35 @@
// docs: [{ name: "", url: "", type: "" }
// },
var njEvents = [
{
id: '2024_10_29',
title: "Retour d'XP sur Accelerate // Comment ingérer 100 Mrd. d'événements",
date: new Date(2024, 9, 29), //month begin at 0
time: '19h00',
register: "",
place: "sii",
subjects: [
{
title: "Accelerate, retour d'XP Decathlon",
time: '19h00',
length: '0h30',
type: 'quickie',
abstract: "",
speakers: ['jean-philippe_le-goff']
},
{
title: "Comment ingérer 100 Mrd. d'événements depuis des millions d'appareils par mois ?",
time: '19h45',
length: '0h45',
type: 'talk',
abstract: "<p>Lors de cette présentation, vous allez découvrir comment une petite équipe de dév a réussi à monter une infrastructure dans AWS qui répond à des besoins de scalabilité forte, tout en étant robuste et avec des coûts maîtrisés.</p>" +
"<p>Nous allons parcourir la pipeline depuis l’ingestion, en passant par l’agrégation pour finir par la restitution de la donnée.</p>" +
"<p>Nous aborderons beaucoup de services AWS : Lambda, ECS, ELB, Athena, Kinesis & Firehose, et bien d’autres… Nous verrons également comment le tout est déployé.</p>" +
"<p>Enfin, nous aurons un aperçu de comment maîtriser la scalabilité, la sécurité et les coûts au fil du temps.</p>",
speakers: ['valentin_maerten']
}
]
},
{
id: '2024_10_02',
title: "La recherche à l'ère de l'IA // Elasticsearch Query Language: ES|QL",
Expand Down
22 changes: 22 additions & 0 deletions scripts/data/speakers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@

/*jshint unused: false */
var njSpeakers = [
{
id: "valentin_maerten",
name: "Valentin Maerten",
bio:
"<p>Tech lead chez Pubstack</p>" +
"<p>Formateur JavaScript / DevOps pour des personnes en reconversion</p>" +
"<p>Touraine tech organisateur : conférence autour du monde du développement en Touraine.</p>",
photo: "png",
twitter: "",
github: "",
website: "",
},
{
id: "jean-philippe_le-goff",
name: "Jean-Philippe Le Goff",
bio:
"",
photo: "",
twitter: "",
github: "",
website: "",
},
{
id: "juliette_de_rancourt",
name: "Juliette de Rancourt",
Expand Down

0 comments on commit 18d6c0c

Please sign in to comment.