Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1995parham/tiles
Tile38 Shard Utility, the controller and query router for sharded clusters
https://github.com/1995parham/tiles
Last synced: 7 days ago
JSON representation
Tile38 Shard Utility, the controller and query router for sharded clusters
- Host: GitHub
- URL: https://github.com/1995parham/tiles
- Owner: 1995parham
- License: gpl-3.0
- Created: 2019-07-22T13:10:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T04:32:55.000Z (over 5 years ago)
- Last Synced: 2024-05-14T15:35:38.785Z (6 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiles
[![Drone (cloud)](https://img.shields.io/drone/build/1995parham/tiles.svg?style=flat-square)](https://cloud.drone.io/1995parham/tiles)## Introduction
Tiles is a solution for [tile38](https://github.com/tidwall/tile38) sharding.
It shards write requests using [geohash](https://en.wikipedia.org/wiki/Geohash) and acts like a proxy so clients can connect to it without any modification.## Supported Commands
- SET
- SCAN
- WITHIN
- GET (only returns the first result)
- PIPELINE (This is a client feature not a tile feature!)