Skip to content

Instantly share code, notes, and snippets.

View tumido's full-sized avatar
👻
Scaring bugs away

Tom Coufal tumido

👻
Scaring bugs away
  • Red Hat
  • Czech Republic
  • 12:45 (UTC +01:00)
View GitHub Profile
@tumido
tumido / view_data.md
Last active September 25, 2018 10:29
View Insights data from Parquet

View Insights data from Parquet database

Insights data are stored as Parquet database with snappy compression.

Collect Data

Please follow this guide. Keep in mind that you want all the data (so not just the rule_data folder):

aws s3 sync --profile insights \
@tumido
tumido / ManageIQ Gemfile.dev.rb
Created March 8, 2018 11:58
Developer's Gemfile for gem override, put into `bundler.d` folder in core repo
group :development, :test do
gem 'pry'
gem 'pry-rails'
gem 'pry-remote'
gem 'pry-nav'
gem 'pry-stack_explorer'
gem 'fuubar'
end
repos = [
@tumido
tumido / miq_sync.sh
Created October 11, 2017 09:52
ManageIQ repository synchronization script for ZSH (with UTF-8 icons, repo statistics and gnomon)
#!/bin/zsh
MIQ_DIR="$HOME/Programming/ManageIQ"
OLD_PWD="$(pwd)"
SEP=$(printf "%0.1s" " "{1..3})
BRANCH_ICON="\uF126"
PUSH_ICON="\uF01B"
PULL_ICON="\uF01A"
COLOR="31"
@tumido
tumido / GETTING_STARTED.md
Created September 22, 2017 12:40
manageiq-providers-hawkular Getting Started with collapsible OS specific config

Getting Started

This is a quick guide outlining all the necessary steps to get ManageIQ up and running for development.

Dependencies

  • Ruby 2.3+ (Ruby 2.4.1 recommended)
  • Bundler 1.15.3+
  • PostgreSQL 9.5+