Posts Tagged ‘open source’

The Future: Open Source and Common Cloud API’s? - October 27, 2010 at 4:51 pm

 
Compute Costs are cut in half; every 18 months, Fiber costs are dropping, storage costs are dropping, but why is IT still expensive?
 
500 Billion dollars are wasted a year in IT. How? Around half of all IT projects fail, and over half of commercial software features are not used.
 
Jim Whitehurst, The CEO of RedHat presented an interesting vision during the Interop NYC Keynote. First off he did not spend time discussing RedHat products, but focused on his macro view of the IT Industry. It went something like this:
 
IT Vendor Feature Lists + Buggy Software = Vendor/Customer Tension and Failed Projects
 
He has a unique viewpoint as he presided over Delta airlines during their bankruptcy process. He was able to squeeze dollars out of catering contracts and every area of the company, except IT. IT was locked into multi-year contracts they didn’t need and was dealing with buggy software and failed projects.
 
He stated that commercial software quality (defects per 1,000 lines of code) has not improved over the last 30 years. However Open Source quality is much higher than commercial quality and continues to improve. He categorized Open Source on the level with the Kaizen revolution in manufacturing. 
 
His view of the future includes Open Source (of course) but also Public Cloud Computing. RedHat is one of the building blocks behind many clouds (Salesforce.com for one) but they are also adding functionality to make it easier for the end customer to leverage the public cloud. They are adding a layer that will abstract cloud differences and make it easier to pull in elements of various public clouds with a common Cloud API.
 
His prediction is that today an Enterprise developer spends 2/3 of their time “Trying to figure out how to do something” and not delivering business value. He estimates that a common Cloud API will make them 3x more productive.

Cloud Converter In Action: Automatically Convert MS SQL Server to Force.com - March 1, 2009 at 5:09 pm

 Had a great note today from a Salesforce Sales Engineer in Belgium. David wrote:

 (After David, I have one more screen shot.)

*****

Just wanted to let you know that I’ve spent some time with the new version of the Cloud Converter code you’ve got up on Code Share : It works like a charm and it will be very useful for us and our customers.

I’ve tested it on a local [MS] SQLExpress Server.

Fwd: Cloud Converter

Converts nicely to:

Fwd: Cloud Converter

I’m sure you’ve seen this in action before but I hadn’t, it’s very cool. Beautiful usage of our Metadata API. The java code is really easy to adapt to any db or table.

*****

Thanks, David.

This next screen shot shows a few other things — namely, the lookup relationship and long field types.

Cloud Converter

 

 

 

Cloud Converter: Automatically turn your dirt bound db tables to Force.com objects - January 4, 2009 at 6:38 pm

(???

I just posted Cloud Converter to Google code.  It’s a bunch of Java code that:

** connects to a dirt bound database you specify — anything with a JDBC connector should work (MySQL, Lotus Notes, Microsoft SQL, Oracle)
** inspects the meta data
** creates a matching object in Force.com
** modifies the default page layout to include all of the fields and creates a custom tab for it
** moves data from the dirt to the cloud

Pretty straightforward.  The "ReadMe.txt" gives more detail.  I’ll be putting together a screen flow shortly.  Questions?  Drop me an email: rcarlberg@modelmetrics.com.

Model Metrics has released this as open source with an MIT License

Enjoy!

1/7 Update: This is now on Salesforce.com’s Code Share.