Package

purescript-elasticsearch

Repository
ConnorDillon/purescript-elasticsearch
License
Apache-2.0
Uploaded by
ConnorDillon
Published on
2021-08-05T20:12:53Z

A lightweight typed wrapper around the official Node JS client. The current implemented methods are:

  • bulk
  • create
  • delete
  • get
  • index
  • indices.create
  • indices.delete
  • search
  • update

This library uses Untagged.Union to specify the types of API parameters.