Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors

Languages