brianbroderick
Codes in Golang, Elixir, and Ruby. Enjoys pushing the limits of database systems. Has fun skiing & hiking. Teaches how to code efficiently and kludge-free.
@kludged-ioSalt Lake City, Utah
Pinned Repositories
agora
GraphQL and DGraph Go helper package
ball-clock
A simple ball clock coding exercise
batch_insert_workshop
This is used in a workshop to teach about batch inserting
chef_postgres
Recipes for installing PG on Ubuntu. Design choices based on needs of chef solo and standard AWS Opsworks
gen_state_machine_examples
Examples for the Elixir package GenStateMachine
lantern
Shine a light on your PG query logs. The project is being reimagined and is now a WIP.
monocle
A safe markdown parser
multi_insert
Bulk Insert or Upsert for ActiveRecord 4 or 5
phoenix_bootstrap
Phoenix 1.3 with Bootstrap 4 Example
phoenix_bulma
Phoenix 1.4 with Bulma 0.6.2 and Vue 2.5.13 Example
brianbroderick's Repositories
brianbroderick/multi_insert
Bulk Insert or Upsert for ActiveRecord 4 or 5
brianbroderick/gen_state_machine_examples
Examples for the Elixir package GenStateMachine
brianbroderick/phoenix_bulma
Phoenix 1.4 with Bulma 0.6.2 and Vue 2.5.13 Example
brianbroderick/agora
GraphQL and DGraph Go helper package
brianbroderick/phoenix_bootstrap
Phoenix 1.3 with Bootstrap 4 Example
brianbroderick/batch_insert_workshop
This is used in a workshop to teach about batch inserting
brianbroderick/lantern
Shine a light on your PG query logs. The project is being reimagined and is now a WIP.
brianbroderick/monocle
A safe markdown parser
brianbroderick/chef_postgres
Recipes for installing PG on Ubuntu. Design choices based on needs of chef solo and standard AWS Opsworks
brianbroderick/elixir_dgraph_example
Toy app to get familiar with ExDgraph
brianbroderick/logit
Simple log helper for Golang
brianbroderick/wergild
Go version of Wergild
brianbroderick/activerecord-jdbc-adapter
JRuby's ActiveRecord adapter using JDBC.
brianbroderick/brianbroderick.github.io
brianbroderick/chef_elk
Install Elastic stack - Elasticsearch, Logstash, Kibana, Beats
brianbroderick/dagwood
Using DGraph to build a directed graph to build in dependencies for jobs normally run via Cron.
brianbroderick/dgo
Official Dgraph Go client
brianbroderick/earmark
Markdown parser for Elixir
brianbroderick/elixir_data_structures
Meetup example project
brianbroderick/exdgraph
gRPC based Elixir Dgraph client. Under development.
brianbroderick/gitlab-ci-git-push
Gitlab CI runner image that pushes to a remote Git repo (Dokku, Heroku, Deis, etc.)
brianbroderick/graphoverflow
Run the entire StackOverflow on Dgraph. Work in progress.
brianbroderick/jruby_activerecord_test
Trying to get JRuby to use ActiveRecord 6
brianbroderick/kerosene
This is a container for Postgres logs, which are then fed to Lantern to be processed.
brianbroderick/octopus
Database Sharding for ActiveRecord
brianbroderick/pg_deep_dive
Used to teach concepts about PostgreSQL
brianbroderick/pg_query_cli
A wrapper that provides a CLI to the excellent pg_query_go.Normalize function.
brianbroderick/redislog
redislog: shipping PostgreSQL logs to Redis
brianbroderick/sistine
This is an example app that is designed to touch every record in a Postgres table forcing it to stream to the WAL
brianbroderick/sql_training
SQL training about inserts