elapsed := time.Since(start)
I will say, that Joda time (and Java 8 time) set the gold standard for me.
date = date.with(next(WEDNESDAY));
Is magic when you need it!
docs.oracle.com/javase/8/doc...
elapsed := time.Since(start)
I will say, that Joda time (and Java 8 time) set the gold standard for me.
date = date.with(next(WEDNESDAY));
Is magic when you need it!
docs.oracle.com/javase/8/doc...
I imagine that it would be a similar eval to the task structure, but with different skills to try the evals
I imagine that it would be a similar eval to the task structure, but with different skills to try the evals
I reckon something like a query time join could handle this. But you’d need to have pretty opinionated logs
I reckon something like a query time join could handle this. But you’d need to have pretty opinionated logs
It scales pretty well, we handle 10s of millions of events per second in our clusters without really having to worry about it! And you can chain them to so A -> B -> C data flows can happen
It scales pretty well, we handle 10s of millions of events per second in our clusters without really having to worry about it! And you can chain them to so A -> B -> C data flows can happen