esovetkin / cassandra_io

a file storage and a spatial index for apache cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File storage and spatial index with Apache Cassandra

This implements a file storage and a spatial index with Apache Cassandra.

Files are stored in chunks. Simultaneous writes are allowed, with several version of a file are timestamped. Only the most recent file is downloaded. The file storage is intended for a storage of files that are only generated once (and only by one process).

The spatial indexing storage is based on the (geohash)[https://en.wikipedia.org/wiki/Geohash]. The spatial index allows to search for polygon regions.

About

a file storage and a spatial index for apache cassandra

License:MIT License


Languages

Language:Python 86.9%Language:Shell 12.8%Language:Makefile 0.3%