TIBCOmmunity navigation

Category: EDA

Jul 30 2010

Is EDA and CEP affordable? asks Joe McKendrick on ebizQ

Note Joe doesn’t ask if it is required, necessary, or useful - just affordable.

It’s an interesting question. Here are some additional thoughts:

1. EDA and CEP does not replace BPM, SOA or databases.

Events still drive processes (human) and services (IT) - and indeed CEP can be thought of as an event driven process or service. And events end up being needed to be stored for historical analysis / analytics - so a database is still necessary somewhere in the architecture…

2. Are EDA and CEP less affordable than SOA and databases?

Not really. The technology is getting pretty mature now - consider the ubiquity of messaging middleware - and CEP incorporates the “best practices” of IT from SOA and database worlds - e.g. declarative rules, model-driven, object-oriented, distibuted storage, event streams and patterns … but this is still a “value” metric, not an “affordability” one. The affordability comes down to development and deployment costs versus ROI: development can be quicker, and deployment can often avoid a boatload of application server nonsense (i.e. administrative stuff that is not business logic). And the ROI of the ensuing “operational intelligence” can of course be immense.

3. Is “open source” the saviour of affordability?

I saw this was one (and a typical) response to Joe. Again, not really - open source tooling has its place, especially for educating ourselves. But affordability is a lifecycle issue not a development tool cost - and I am reminded by the customer who spend a few months trying to build something with an open source tool that was solved in a few weeks with TIBCO BusinessEvents. And most CEP vendors provide evaluation copies that mitigate up-front costs. Remember “open source” is just one more business model option for “vendors” (where the “vending” is of support, maintenance, services etc).

4. Is there any proof of affordability vs value etc?

I can’t say I’ve come across many folk who have said “nice but we can’t afford it” - from a cost perspective anyway. Often IT budgets are consumed in getting existing IT systems functioning - the affordability is affected by the non-affordability of existing IT infrastructure. Most EDA and CEP systems of course integrate rather than replace conventional IT, and there is an additional emphasis - not burden - on IT architects in organisations to understand what fits where. But architects I have met like EDA and CEP (albeit I am unlikely to meet uninterested architects!). Some use cases show pretty powerful ROIs.

5. If EDA and CEP is affordable, what is the problem?

Entrenched views. CIOs bought up on data-first mentalities. Not enough “thinking outside the box”. Anything that resists paradigm shifts. Which is fully understandable, and why there will be steady, not revolutionary, growth in CEP and EDA markets. Although the published growth data looks pretty impressive!

The full discussion is on ebizQ here.

VN:F [1.4.2_694]
Rating: 3.0/5 (1 vote cast)
  • Share/Save/Bookmark
Jan 11 2010

TIBCO CEO on 2009: the shift to Event Driven Architectures

The end-of-year analyst report (aka “earnings call”) is where financial analysts listen to and question the corporate officers of a company like TIBCO on their end-of-year report card. TIBCO’s 2009 report (recorded Dec 22 2009) delivered by the CEO, COO and CFO had some comments relevant to the CEP business:

  • TIBCO innovation in event store-and-forward approaches: the release of TIBCO ActiveSpaces
  • “[I]t is actually substantially more valuable to have just a little bit of the right information, at the right place, at the right time and in the right context than having all the information in the world six months after the fact.” This followed 3 customer examples doing TIBCO-based CEP (a “Western states utility”, a “major Asian bank”, and a “major Indian mobile company” -  covering energy, finance and telco industries).
  • On EDA: “[T]here’s going to be a systematic shift from transactional to event driven architectures … transactions don’t pickup threats and opportunities … there is a systematic shift, it’s like a change that’s taking place …”
  • On BPM: “We’ve seen a number of situations where a customer actually went away from say an ERP CRM type implementation as in the case of the Asian bank and went through an event driven inbound marketing approach.”
  • On BI: “The traditional BI players are largely reporting systems … they allow you to analyze and mine data after the fact and what we do is we look at streaming events before and allow you to anticipate what’s going to happen as it is about to happen. Then, we also with our Spotfire product have taken the visualization of it through a whole different level. I think those are the two elements, the predictive real time nature versus the reporting after the fact nature and the visual technology that goes with it.”
VN:F [1.4.2_694]
Rating: 3.0/5 (2 votes cast)
  • Share/Save/Bookmark
Jul 06 2009

TIBCO event processing at Air France

Computing (a UK IT weekly) has an article called Tools of the Architect’s Trade. In it, Gregor Baus from Air France describes some aspects of their EDA system for “smart boarding” - utilizing TIBCO CEP technology, as it happens. Note that “smart boarding” is about intelligent passenger operations, and is nothing to do with CIA interrogation techniques…

VN:F [1.4.2_694]
Rating: 5.0/5 (1 vote cast)
  • Share/Save/Bookmark
Jun 04 2009

Hi Ho Silver, Away!

And with that, TIBCO’s newest offering, Silver is off and running. 

Announced yesterday at the NOWonline show, it seems to be getting a good bit of attention in the press, analyst and blogosphere communities.  eBizQ picked up on the announcement and commented on its use of CEP in the automation of cloud-app-balancing. As for me, my head is a bit cloudy at the moment, from all the fuss.

So what is Silver, and what does it have to do with CEP? 

Everything. 

TIBCO Silver is new software infrastructure for “cloud” computing.  A “Silver” lining for the clouds you might say. 

And why is this important for CEP? 

Because it’s an infrastructure product that embeds a CEP engine in order to solve problems related to governance (managed access, security, privacy and adherence to regulations), and scalability (uses SLAs to automatically scale up / or down as needed).  The kicker is that it’s automatic, so both the governance and the scaling is accomplished inherently through embedded monitoring, management and event-decision-action rules rather than manual intervention and programming -which AFAIK, is an achilles heel for current cloud products being introduced. 

This should be an interesting announcement for developers of different types of Business2Consumer or Consumer2Consumer apps that are likely to vary widely in resource requirements. The embedded governance allows for various levels of authorization, authentication and encryption policies to be dynamically configured. This is important because some services should be open to everyone and some services, well, just shouldn’t.

As in most cloud architectures, and not counting those who simply put the cloud moniker in front of their latest software product, there is no software to install or hardware to procure or provision, which reduces the barrier to develop and deploy rapid IT solutions (whether that’s infrastructure, platform or applications)

TIBCO Silver is currently in Beta. It will be interesting to see the deployments when they start rolling out.

VN:F [1.4.2_694]
Rating: 4.1/5 (7 votes cast)
  • Share/Save/Bookmark
Dec 16 2008

The Eight Fallacies of Distributed Computing

Ashwin used this great slide at our TIBCO BusinessEvents QLGroup best-practices session this week, courtesy of James Gosling’s blog and credited to Peter Deutsch.

Essentially everyone, when they first build a distributed application, makes the following eight assumptions. All prove to be false in the long run and all cause big trouble and painful learning experiences.
1. The network is reliable
2. Latency is zero
3. Bandwidth is infinite
4. The network is secure
5. Topology doesn’t change
6. There is one administrator
7. Transport cost is zero
8. The network is homogeneous

Arnon Rotem-Gal-Oz did a follow-up white paper that goes into more details.

VN:F [1.4.2_694]
Rating: 5.0/5 (1 vote cast)
  • Share/Save/Bookmark