Skip to content

pacedotdev/firesearch-sdk

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