Dmitry Ivanov

Results 4 comments of Dmitry Ivanov

There is a workaround - adding the date parameter to the query. However, the date should be fairly far into the past. For instance, [https://data.police.uk/api/crimes-street/all-crime?lat=51.5074&lng=0.1278&date=2017-09](https://data.police.uk/api/crimes-street/all-crime?lat=51.5074&lng=0.1278&date=2017-09) works.

Is this issue still of interest? I tried out a naïve way to package the command line REPL of 0.98 [in this repo](https://github.com/diminou/factor-repl-docker), but it is quite large (~250MB) and...

Having a unified API for both streaming and batch use cases means forbidding several useful operations on batch datasets (computing `count` and other basic aggregates come to mind; Spark forbids...

@camjo absolutely, that would buy us the ability to implement operations over `Dataset` separately from `DataStream` and without thinking about streaming implications. And when both are sufficiently complete, a rewrite...