Apache Spark is a versatile framework for batch processing that can also perform micro-batch processing through Spark Streaming, which is a Spark's abstraction for performing state stream processing. The computation is based on the Data-parallel model.
Apache Storm is an intuitive stream processing framework that can be used for micro-batch processing using the Trident, which essentially is an abstraction on Storm to perform Stateful Streaming in batches. Storm uses the Task-parallel computation model.
Here is a video tutorial which you can watch to learn more about spark:-