kennygorman

The love of Data, Database Engineering, Architecture, Entrepreneurship, and other assorted bits

Atom editor Javascript and Nashorn

05 November 2019

When writing Javascript using Oracle Nashorn, using the CLI program jjs is commonplace. If you are using Atom as your editor, you will need a few mods to be able to invoke jjs and run your javascript from inside the editor. Here is how.

Read More

Flink Forward Berlin Recap

23 October 2019

I got back from Berlin for the 2019 Flink Forward conference, and thought I would share some thoughts. It was a great conference, and it’s amazing to see the growth in the Flink community.

Read More

PostgreSQL + Ansible one liners

06 December 2017

In 2015 I gave a talk at PGConf Silicon Valley on the topic of using Ansible and PostgreSQL together. I had a great time. But I never posted anything from the talk. These tricks and patterns are still something I use today. So I thought I would share.

Read More

Tactical Command Line Kafka

27 January 2017

I wanted to share a quick piece on how to publish and subscribe JSON data with Apache Kafka using simple command line utilities. Here at Eventador, we use this set of simple command line tools quite frequently. The command line is very useful for both testing and development, but also sampling your stream to understand the data inside it.

Read More