Metadata-Version: 1.1
Name: esfdw
Version: 0.1.1
Summary: PostgreSQL foreign data wrapper for Elasticsearch
Home-page: https://github.com/rtkwlf/esfdw
Author: Arctic Wolf Networks, Inc.
Author-email: info@arcticwolf.com
License: MIT
Download-URL: https://github.com/rtkwlf/esfdw/tarball/0.1.1
Description: esfdw is a PostgreSQL `foreign data
        wrapper <http://www.postgresql.org/docs/current/static/postgres-fdw.html>`__
        for Elasticsearch.
        
        Elasticsearch is widely used for document and log data storage, in
        particular as part of the `ELK
        stack <https://www.elastic.co/webinars/introduction-elk-stack>`__. esfdw
        allows PostgreSQL to be used as a query engine for data stored in
        Elasticsearch. Use cases include:
        
        - Writing SQL JOIN queries against Elasticsearch documents and letting the PostgreSQL engine do the heavy lifting
        - Running window functions on data stored in Elasticsearch
        - Applying PostgreSQL aggregations that do not currently have a native Elasticsearch equivalent
        
        esfdw depends on `Multicorn <http://multicorn.org>`__, a PostgreSQL
        extension for writing foreign data wrappers in Python.
        
Platform: UNKNOWN
