blob: d98dfbe6f3b5f41f5f0f74766f7489f251c9c6c8 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
This is the format for an entry in the array:
{
"date": "2023-03-02",
"name": "Virtual Drop-in (Asia)",
"info": "Apache Druid Meetup by Imply",
"link": "https://www.meetup.com/bangalore-druid-meetup-group/events/291483003/"
}
*/
export const EventData = [
{
"date": "2023-07-27",
"name": "In-person (Americas)",
"info": "Real-Time Meetup: Druid Roadmap + Success Stories from Conviva & ThousandEyes",
"link": "https://www.meetup.com/druidio/events/294343938/"
},
{
"date": "2023-03-02",
"name": "Virtual Drop-in (Asia)",
"info": "Apache Druid Meetup by Imply",
"link": "https://www.meetup.com/bangalore-druid-meetup-group/events/291483003/"
}
]