The December 2012 issue of Database Trends and Applications features an article written by Joyce Wells titled Australian TV Shopping Network Gives Lead Role to Revelation Software.


TVSN is a 24x7x365 television shopping network that sells clothing, health and beauty aids, electronics, home furnishings, collectibles, and jewelry, in Australia. Customers can place orders at any hour of the day or night any way they desire, by phone or online. Since TVSN is always open and always on, downtime is just not possible. Originally only available on cable TV, at 8:30 am on Monday October 24, 2012, TVSN in combination with Network Ten Australian flipped the switch to make television shopping available to anyone in Australia who has a television. As a result, TVSN now reaches 6.5 million households.

TVSN has relied on Revelation Software since the late 1980s when it was called Demtel, a telemarketing company that was one of the first to run infomercial-style ads Down Under, using a Revelation G application in the call center and warehouse.

During the mid-1990s, the company was purchased by a new owner and the concept of a home shopping channel on Australian cable television was born. To create the new home shopping network, the company turned to International TV Shopping Systems (ITVSS) another longtime Revelation organization, which was founded by Kyle Amadio and his business partner Emmanuel Carydis in the late 1980s. ITVSS had a product that met some of the requirements for the new network, recalls Amadio, and so the partners were invited to do a simple integration. After that proved successful, they were provided with a wish list for a home shopping channel and told that they had six weeks to create the system, which involved rewriting the Revelation G system in Advanced Revelation and extending it with new functionality.
“We signed a contract on October 16, 1995 and we had to deliver a home shopping system on December 8, 1995,” says Amadio, observing, “The only way it could have been delivered was with Revelation’s technologies and we have been pretty well there ever since.” The original application has evolved into a highly integrated vertical application for home shopping, and there is now a team of six or seven people who work on site plus three or four contractors scattered around the country and in New Zealand to provide added support.

While Amadio and his partner are not employees of TVSN, their company ITVSS is a strategic partner, and highly integrated into the TVSN business, which was acquired by Innovations Direct Pty Ltd. in 2004.

Full E-Commerce Platform

To accommodate the business growth and create a full e-commerce platform for viewing and purchasing products from TVSN, says Amadio, “We have had to extend the system from being a relatively simple screen-based application to a multi-channel processing system. We obviously have the call center which is all web-based, an Interactive Voice Response system called the Easy Order, which is for automated telephone ordering, and the website.”

Originally based on a simple accounting program running on DOS PCs, the ordering process first consisted of customers phoning in purchases to TVSN which had more than 60 agents in a call center, says Amadio. “We had Novell servers back then that were highly reliable running on 16 megs of RAM and basically we have grown the system from having 50 screens and 200 tables to nearly 500 screens and 1,000 tables.” Some of the tables have seven, eight, or nine million rows. “We have tested the system with up to 18 million rows and the response times are completely linear with the hashing system,” he says. In addition, he notes, “We probably had 20 or 30 reports and now we have 300 to 400 reports. And, the connected users have gone from about 60 or 70 connected users to 200 connected users and up to 1,000 concurrent web users now.” There are two and a half million full-time equivalent viewers; and storage for about 18 years of data in the databases, he adds.

Back in the early days, 100% of the orders were placed through the phone system. Now, about 45% of all orders go through the website, and 25% go through the Interactive Voice System and the balance or roughly 30%, goes through the call center. As a result, TVSN has been able to operate with a smaller call center staff. “The business is 20 times the size it was and they have got a third of the people in the call center,” notes Amadio.

The platform has extended to the point where there are many other technologies integrated as well. For example, he says, “We use a lot of .NET. In the old days, we had to write things in Assembler and now because of our .NET capabilities, we can build out specialized Win32 components in .NET.”

Revelation Has Starring Role

Today, TVSN uses a mixture of Revelation’s flagship product OpenInsight, a database development suite that provides Windows, Web 2.0 and .NET tools to develop and deploy mission-critical applications, with Revelation’s Universal Driver Heavy, Sybase ASE, and Microsoft SQL Server, all centrally controlled by OpenInsight, which is the application layer for the entire business, including the call center, warehouse, studio, website and customer service department.

The application servers sit on top of VMware and the database servers themselves run on raw hardware. “We have built the data mart and data warehouse technologies in Revelation software. We have built a powerful ETL tool using Revelation tools so we can push data out to a dimensional data warehouse,” says Amadio. And, because of the new OECGI connectors that Revelation has built, Amadio and his team have been able to provide web service technologies for RF scanning systems in the warehouse, achieving greater efficiency.

Currently standardizing on OpenInsight version 9.3.1, parts of the system are transitioning from Advanced Revelation 3.1.2, a major project that has been running for several years already. ITVSS has had to develop new tools and frameworks to accommodate the functionality Advanced Revelation provided to users.

“Just like QVC and HSN in the United States, it is a 24x7 business. It never stops and it is highly integrated. If anything goes wrong, the business stops so everything we do has to be done in a very careful way,” says Amadio.

As might be expected, order volumes can peak sharply when there are highly sought-after items available for purchase and also at certain times of the year when shopping volumes are heaviest.

Many innovations have been provided along the way by Revelation. The OpenInsight socket server/OECGI connector, introduced in 2010, increased the website performance dramatically. “We can have as many web servers as we want and we can have an unlimited number of application servers which are connected to the web servers, which then point down to the database. We can just turn on extra application servers and we register the servers with each layer, and from then on the socket server will start talking to them, and the transactions will be balanced across the instances.” It is a simple round robin approach that is high effective, says Amadio.
The OECGI socket is an example of the type of innovation that, Amadio says, has helped elevate the platform his company provides to TVSN. “That single piece of technology has completely transformed the way we write code. Traditionally, with AREV or OpenInsight, it was strictly client-server. You would have a form, you would execute a process, the programmer would do something, and it would update the database and then you would wait - until the response came back. It was sort of point to point processing.”
But when there are 10,000 or half a million rows of data to process, that type of processing is inefficient compared to what they can do now. “We can spawn off batches of work and have four or five instances of a process running in an asynchronous manner.” The OECGI socket server has allowed ITVSS to develop a highly flexible and powerful environment using the same basic programs but wrapping them inside the asynchronous code wrappers. “That alone was a major turning point,” says Amadio.

Agility is Key

While ITVSS uses .NET for a number of situations, it is primarily used when speed is not the core criteria. “The problem with .NET is that it is extremely complex code and compared with Revelation’s products, it is quite slow,” says Amadio. “We also use some PHP for some of the web coding, but for the core high performance development we use OpenInsight because it is quick to train developers and productivity is extremely high.”

This agility is a critical aspect to Revelation Software, he emphasizes. “If you have a business application that you are trying to add features to, the biggest risk to projects these days is that it takes so long and people get bored or they move on - and you lose continuity of the developers or you have to bring in new people and train them.”
Revelation products are fast to work with and training developers is “a breeze” because it is not a highly complex language, he explains. “It is powerful but the syntax is relatively straightforward and that is a key point. Dollar for dollar, you probably get three to four times the productivity out of a Revelation OpenInsight team as you do for a .NET or Java team. And that is a big, big issue – just getting work done quickly.”

Beyond the technology, says Amadio, the people at Revelation are extremely responsive. “We are all focused on the same objective. Mike Ruane runs a boutique database application development environment company and he loves what he does. It is all about delivering a solution for the end user.”

ITVSS has built out a system for TVSN where everything is done in real time, says Amadio. “We have real-time sales, real-time profit, real-time margins, real-time new customer acquisition, and everything is recorded to the second. From the point of view of our product, our customer order placement, the subsequent transactions happen automatically, flow through the system, and end up on KPI screens.” 

Unlike traditional businesses where they might have a monthly or weekly meeting, TVSN displays profitability to the second and there are monitors scattered throughout the building for everyone to see what the intended target is, and what the margin is. “It is a highly reactive and interactive business, and what happens on the channel and on the web is immediately affected in the performance. The way we achieve that is by virtue of the fact that the tools are so flexible and fast.”

The business has grown rapidly since 1995, and Revelation has supported it all the way, says Amadio. “While other businesses have to spend tens of millions on ERP implementations, TVSN has not had to do that.”