Update This is a follow-up to the previous post. Note:The data and java code is available at Github. The Data I decided to use six years of data (Congress sessions 107-112). Since there is significant turnover in Congress (re-election, sex scandals, resignation, and death among other reasons), I had to expand the number of congressional […]
Author: dave fauth
Graphing Congressional Sponsorship of Bills
Introduction: In preparation for my talk at GraphConnect, I’ve added onto the talk by graphing out congressional sponsorship of bills using Neo4J. This post will specifically talk about data acquisition, data preparation, data loading into Neo4J and simple cypher queries against the data. Follow-on posts will look at processing this same data in Hadoop, processing this […]
Analysis of Cash Pouring into State Campaigns
In today’s Star Tribune, there was an article discussing the amount of cash that is flowing from outside of the state of Minnesota into various candidate’s campaign war chests. The authors used FEC individual campaign contribution data to perform the analysis described in the article. Using a similar approach outlined earlier, I decided to see how […]
Graph Connect 2012
Inaugural Graph Database Conference The NOSQL movement has taken the world by storm, bringing a new coherency and meaning to connected data, and giving developers and technical leads the power to manage modern data at a new speed and size. GraphConnect 2012 is the first conference to focus on graph databases and the applications making […]
Datameer 2.0 – Analysis of Campaign Contributions
In the previous post, we looked at using Datameer 2.0 to analyze some Federal Election Commission data. In this post, I will show some of the analysis performed on the data specifically using the table join, filter, sort, a couple of functions and then a couple of infographics. Problem Statement The problem statement for this […]
Datameer 2.0 – Initial Impressions
Today was the first day I had a chance to use Datameer 2.0 on some actual data. I’ve decided to use some of the FEC campaign contribution data and see how Datameer works with the data. Background The Federal Election Commission has made campaign contribution data publicly available for download here. The FEC has provided […]
Datameer 2.0 – Update
As of yesterday, June 28, I received the approval to download a 30-day trial for Datameer 2.0. The download and installation for Datameer 2.0 on my MacBook Pro was simple and straightforward. After unpacking the zip file, I simply copied the Datameer file into my applications directory and launched Datameer 2.0. Datameer took about two […]
Datameer 2.0
Datameer has announced version 2.0 putting business intelligence into the hands of the average user. Datameer provides a single application that requires no ETL, no static schemas, and puts powerful analytics and data visualizations directly in the hands of any user. After watching CEO Stefan Groschupf announce the release of Datameer 2.0 at the 2012 […]
Things I learned while skiing
Last week, my son (@dsfauthii) and I went to Copper Mountain (@CopperMtn) for 3 days of skiing. As I was skiing, a few thoughts came to mind related to business and life in general. 1. Have fun. I’m not the best skiier but had a great time skiing most of the mountain. Colorado skiing is […]
Java SSL Certificate
This post is meant to remind me on how to implement SSL certificates within Java. It was definitely a learning experience digging into trust stores and keystores. Installation of client certificates in a Java client environment This section describes the steps required to install the provided certificates in a Java client environment. In general you […]