From 84f21d78749a972b7be2e39736e1d18d1f5a03a8 Mon Sep 17 00:00:00 2001 From: Sammy fx <155273742+Sammyfx4u@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:54:36 +0100 Subject: [PATCH 1/2] Create devopsdays-seattle.json --- data/events/devopsdays-seattle.json | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 data/events/devopsdays-seattle.json diff --git a/data/events/devopsdays-seattle.json b/data/events/devopsdays-seattle.json new file mode 100644 index 0000000..d8ee712 --- /dev/null +++ b/data/events/devopsdays-seattle.json @@ -0,0 +1,51 @@ +{ + "name": "DevOpsDays Seattle", + "year_started": 2016, + "city": "Seattle", + "region": "Washington", + "country": "United States", + "continent": "North America", + "website": "https://devopsdays.org/events/", + "sector": [ + "DevOps", + "SRE / Reliability", + "Infrastructure", + "Cloud Computing" + ], + "acceptable_tags": [ + "culture", + "automation", + "measurement", + "sharing", + "platform-engineering", + "innovation" + ], + "type": "in-person", + "languages": [ + "English" + ], + "frequency": "annual", + "timezone": "America/Los_Angeles", + "attendee_size": { + "min": 150, + "max": 600 + }, + "ticket_cost_usual": { + "currency": "USD", + "min": 150, + "max": 350 + }, + "organizer": { + "name": "DevOpsDays Seattle Organizing Team", + "email": "organizers@dodseattle.org", + "twitter": "https://twitter.com/devopsdays", + "website": "https://devopsdays.org" + }, + "socials": { + "twitter": "https://twitter.com/DevOpsDaysSEA", + "linkedin": "https://www.linkedin.com/company/devopsdays-seattle", + "youtube": "https://www.youtube.com/channel/UCXZ4N98p4_G-8Wzqk3ohZOw", + "instagram": "" + }, + "description": "DevOpsDays Seattle is a community-driven, vendor-neutral conference focused on DevOps culture, practices, and tools, returning 2026 to Seattle, Washington. It features talks, open spaces, Ignite sessions, and networking opportunities centered on collaboration between development and operations, automation, continuous delivery, cloud-native practices, reliability engineering, and real-world DevOps transformations." +} \ No newline at end of file From 8a880b69878a974a6b45b72d33c2270a70f4ce61 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Tue, 7 Apr 2026 22:58:46 +0300 Subject: [PATCH 2/2] update event hosted count --- data/events/devopsdays-seattle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/events/devopsdays-seattle.json b/data/events/devopsdays-seattle.json index d8ee712..8a0b116 100644 --- a/data/events/devopsdays-seattle.json +++ b/data/events/devopsdays-seattle.json @@ -1,6 +1,7 @@ { "name": "DevOpsDays Seattle", "year_started": 2016, + "number_of_events_hosted": 400, "city": "Seattle", "region": "Washington", "country": "United States",