Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.18 KB

Firesearch developer kits

Firesearch SDK, client libraries, and example code.

  • The Firesearch API is approaching v1, until then these clients should be considered in beta

Firesearch is a serverless full text search solution

Clients

Firesearch clients allow you to interact with your instances via Firesearch's API.

A simple way to integrate with Firesearch without dependency management is to copy the client files directly into your own project.

Go

To use the official Go client:

go get github.com/pacedotdev/firesearch-sdk/clients/go/firesearch
  • The Go client is maintained as a Go module