Beyond Ordinary DRACOTM


DRACO, The Dynamic Rules And COmputation Engine, is our first-class parallel-aware computation engine that is designed for business processing on hierarchical data.

Much of business processing today is done with XML data. Programmers have to write cumbersome APIs to interface with XML DOM data to get their data into usable format. Our developers, who come from extensive business processing expertise, have designed a programming language that is simple and easy to understand. Our DRACO language has explicit commands that make parallel processing of data tasks easier and fast.

See DRACO in action: Demo

   function final_result
   {

     result = 5;
     output "Draco/Test4/PreLoopResult" = result;

     parallel loop 1 to MAXITERS as ID 
     {

        result = result + ID;
        //output "Draco/Test4/Iter$ID$/Result" = result;
     }

   }

The DRACO runtime is designed to take advantage of any number of CPU and PEs (processing elements) on your hardware. So you can expand your hardware and our software will intelligently upgrade itself to take advantage of your upgrade.

Purchase DRACOTM Today!

Platform: .NET 3.5
License: The standard license is the runtime, compiler, tools, and a 5-engine runtime allowance.
Price: $5,999 per machine (unlimited CPUs) and $49 per compiled rule engine

Support: 25% of the license amount gets you full upgrades for all releases, 50% gets you priority support for adding new features and fixing defects.