Storing geometry data in Apache Arrow format

Storing geometry data in Apache Arrow format Installation Usage Contributing Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms. License geoarrow was created by Joris Van den Bossche. It is licensed under the terms of the MIT license. Credits geoarrow was created with cookiecutter and the py-pkgs-cookiecutter template. GitHub View Github    

Read more

Apache Kafka + KSQL + TensorFlow for Data Scientists via Python + Jupyter Notebook

Why would a data scientist use Kafka Jupyter Python KSQL TensorFlow all together in a single notebook? There is an impedance mismatch between model development using Python and its Machine Learning tool stack and a scalable, reliable data platform. The former is what you need for quick and easy prototyping to build analytic models. The latter is what you need to use for data ingestion, preprocessing, model deployment and monitoring at scale. It requires low latency, high throughput, zero data […]

Read more