SharpStorm Implementando Storm en C# (1) Proyecto Inicial

Published on Author lopez

En los dos últimos años estuve explorando las ideas de Storm (ver https://storm.incubator.apache.org/), implementándo alguna topología local en Node.js. Llegó la hora de practicar más C# y TDD (Test-Driven Development), con: https://github.com/ajlopez/SharpStorm El estado inicial del proyecto: La idea es implementar bolt, spout y un builder de topologies. Leo en https://storm.incubator.apache.org/about/simple-api.html There are just three… Continue reading SharpStorm Implementando Storm en C# (1) Proyecto Inicial