Submitting Storm and Trident Topologies Programmatically
Storm is a powerful distributed computing platform. Topology submission with the Storm API provides advantages over spawning an external process for each topology submission, as it is faster, less resource intensive and streamlines error handling.