-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from rubyberlin/elasticberlin
Add the Elasticsearch usergroup Berlin
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,25 @@ | |
"phone": "+49 176 2019 5169", | ||
"email": "[email protected]" | ||
} | ||
], | ||
}, | ||
{ | ||
"name": "Elasticsearch UG Berlin", | ||
"city": "Berlin", | ||
"country": "Germany", | ||
"link": "http://www.meetup.com/ElasticSearch-UG-Berlin/", | ||
"twitter": "elasticberlin", | ||
"contacts": [ | ||
{ | ||
"name": "Florian Gilcher", | ||
"phone": "+49 172 8122469", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Cristina Santamarina", | ||
"phone": "+49 151 19446249", | ||
"email": "[email protected]" | ||
} | ||
] | ||
} | ||
], | ||
|