Archive for May, 2009

Twitter Weekly Updates for 2009-05-31

Click to continue reading “Twitter Weekly Updates for 2009-05-31″

Read the rest of this entry »

Twitter Weekly Updates for 2009-05-24

Click to continue reading “Twitter Weekly Updates for 2009-05-24″

Read the rest of this entry »

Designing the Data Mart – Part 2

Continuing from Part 1.

So now we have our transactional model and a basic user story:

Our first request from the business for our data mart is that they want to be able to query all of the orders by date, by customer and/or by region (state, city or country). They want to be able to aggregate (sum and average) across those items.

The first thing we need to do is talk to the business and find out exactly what that request means. Do the users want to see information about daily orders in general?

Click to continue reading “Designing the Data Mart – Part 2″

Read the rest of this entry »

Twitter Weekly Updates for 2009-05-17

Click to continue reading “Twitter Weekly Updates for 2009-05-17″

Read the rest of this entry »

Designing the Data Mart – Part 1

As I mentioned a while back (a loooong while back), I have been thinking about writing up how I design data marts. The problem with that is that it is a huge topic. Even converting an existing schema (which doesn’t always exist) to a data mart (star schema style), still takes plenty of behind the scenes data analysis and prepwork. Still, I am not going to take a shot at it.

I could start with a laundry list of requirements but I don’t think that would be interesting to very many people.

Click to continue reading “Designing the Data Mart – Part 1″

Read the rest of this entry »

Twitter Weekly Updates for 2009-05-10

  • DB Geek says: Twitter Weekly Updates for 2009-05-03 http://tinyurl.com/cg2ew3 #
  • This week is a week of documentation and data analysis. #
  • @dannorris Hey, congrats! I tried to post a congrats on your blog but my corporate firewall blocks disqus. #
  • RT @TheOnion Nation Ready To Be Lied To About Economy Again http://bit.ly/wV7Zh #
  • If you’re not getting enough swine flu info via @cdcflu, the news, radio, etc, you can get it on your mobile: http://m.cdc.gov #
  • @topperge A 2 hour lunch every day? I went into the wrong business. ;-) in reply to topperge #
  • Another day of data analysis and documentation. I’ve already been crazy productive today!

Click to continue reading “Twitter Weekly Updates for 2009-05-10″

Read the rest of this entry »

PL/JSON v0.6.2 Released

It was pointed out to me that I had a few errors in the previous release.  Those have been fixed and the install should go a lot smoother now.  No additional functionality here, just bug fixes.  If you tweaked the previous release to install it, you don’t need this one.

As always, you can download the new code directly from the PL/JSON SourceForge page.

Change Log:

Version: 0.6.2
Fixed exit commands in various code files
Removed the “CREATE OR REPLACE” on the string_handler.printf function

Version: 0.6.1
Added missing string_handler package

Version: 0.6
Added support for creating JSON from text input

Version 0.5
Initial release
Includes a JSON data type
Can create tables and columns of JSON
Supports API creation of JSON data type

LewisC

Read the rest of this entry »

Twitter Weekly Updates for 2009-05-03

Click to continue reading “Twitter Weekly Updates for 2009-05-03″

Read the rest of this entry »