diff --git a/Gemfile.lock b/Gemfile.lock index 065d730..06ea972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,17 +4,17 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.14.2) + ffi (1.15.4) forwardable-extended (2.6.0) http_parser.rb (0.6.0) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) - jekyll (4.2.0) + jekyll (4.2.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -45,7 +45,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.4.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -53,20 +53,20 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.6) - pygments.rb (2.1.0) - rake (13.0.3) - rb-fsevent (0.10.4) + pygments.rb (2.2.0) + rake (13.0.6) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) rdiscount (2.2.0.2) rexml (3.2.5) - rouge (3.26.0) + rouge (3.26.1) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) PLATFORMS ruby diff --git a/_posts/2021-10-21-databricks-beacon.md b/_posts/2021-10-21-databricks-beacon.md new file mode 100644 index 0000000..f74391b --- /dev/null +++ b/_posts/2021-10-21-databricks-beacon.md @@ -0,0 +1,44 @@ +--- +layout: post +title: I'm a Databricks Beacon +tags: +- scribd +- databricks +--- + +A bit of belated news but thanks to all the advocacy work we have been doing at +[Scribd](https://tech.scribd.com)_ I am now a [Databricks +Beacon](https://databricks.com/discover/beacons/tyler-croy). The Beacon program is similar +to Docker Captains, Microsoft MVPs, or Java Champions, a group of folks who are +considered both skilled with the technology and in communicating/sharing best +practices, tips, and short-comings with the broader community. + +![Beacon profile](/images/post-images/databricks-beacons/header-image.png) + + +From the [site](https://databricks.com/discover/beacons/) itself: + +> The Databricks Beacons program is our way to thank and recognize the community members, data scientists, data engineers, developers and open source enthusiasts who go above and beyond to uplift the data and AI community. +> +> Whether they are speaking at conferences, leading workshops, teaching, mentoring, blogging, writing books, creating tutorials, offering support in forums or organizing meetups, they inspire others and encourage knowledge sharing – all while helping to solve tough data problems. + + +I'm flattered to be included in the inaugural group of Beacons, which include a +number of much more competent data leaders than myself. Most of what I bring to +the table is a *lot* of [Delta Lake](https://delta.io) experience and advocacy. +Delta Lake is the bedrock of Scribd's data platform and I have been investing +heavily in the space with our contribution of the +[delta-rs](https://github.com/delta-io/delta-rs) Rust bindings, upon which +[kafka-delta-ingest](https://www.youtube.com/watch?v=mLmsZ3qYfB0) was built. + +[Scribd is a Databricks +customer](https://databricks.com/customers/data-team-effect/scribd), and from +that angle I have been quite impressed with the organization and technologies +they have built. As some folks who have seen [my public talks](https://youtu.be/h5bRBuVmhL4?t=1635) about Databricks, +I also don't hold back in my honest assessment of the platform's strengths and +weaknesses, thus my surprise to be included as a Beacon ;) + + +I'm looking forward to more events where I am able to share some of the +real-world experiences we're gaining at Scribd in building out massive data +platform systems with Delta Lake and Databricks. And as always, if you want to [help us build out more](https://tech.scribd.com/careers/#open-positions) feel free to email me! diff --git a/images/post-images/databricks-beacons/header-image.png b/images/post-images/databricks-beacons/header-image.png new file mode 100644 index 0000000..2600d36 Binary files /dev/null and b/images/post-images/databricks-beacons/header-image.png differ