Hello
I have a question regarding Storm. If I have an input stream which contains only numbers and I want to join these numbers with data in XML files to find out what the numbers mean how would that be possible within Storm? I already have a Kafka spout for the input data stream with the numbers. I would use a bolt for the join operation but I am not quite sure how to use XML files within Storm. Do I have to use a XML database? If yes, are there any connections available? Thank you very much in advance. Regards, Daniela
