Tom Maiaroto

Results 66 comments of Tom Maiaroto

For the most part I do plan to work like that. Though I was thinking about streams and piping data through a set of filters. Basically, with fluentd I'm tailing...

Moving to the backlog, this is a nice to have for advanced uses. It's not something I'd consider part of alpha (and maybe not even beta).

This has proven to be less of a necessity for folks, so moving to backlog. I still think it's cool data to have, but given the masses do not -...

The direction of Social Harvest is heading toward not relying upon any external APIs. For example geocoding has been moved to an internal package. Sentiment analysis and gender detection are...

Some tests have been added since (very few), but this is certainly on hold because during alpha and beta the API is going to be extremely unstable. Any tests written...

The other nice thing about the microservice architecture is that the memory concerns with the geocoder can be resolved in a nice way... Different geocoding services with different data sets...

Design the microservice architecture in mind with this. It can be more fault tolerant and limit failures.

Not sure about this... Using OAuth in this manner (for Twitter at least) doesn't allow users to post to their timelines, etc. So a lot of functionality that's going to...

Good to know! Your comment saved me some time. I'm trying to think of a system that would allow for a circuit breaker functionality (taking it a step farther and...

yea i'm not sure. does code still get executed after a redirect? i merged in your QA changes. thanks!