1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2024-11-28 09:33:47 +02:00

Add zombodb

This commit is contained in:
John Albietz 2016-02-15 15:15:08 -08:00
parent af3d6bef0f
commit dad05bc5b6

View File

@ -48,6 +48,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [pg_shard](https://github.com/citusdata/pg_shard) - PostgreSQL extension to scale out real-time reads and writes
* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL
* [pg_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes
* [zomboDB](https://github.com/zombodb/zombodb) - Postgres extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch
### Optimization
* [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy