This repository contains client libraries and protocol buffers to interact with Sift's API in various languages. Each client library contains pre-compiled protocol buffers, but should you wish to compile the protocol buffers yourself there are instructions on how to go about it in theManual Protobuf Compilationsection.
The Sift client library can be installed using the package managers for the languages that are currently supported. If you are using a language that isn't officially supported see theManual Protobuf Compilationsection.
The following demonstrates how to install the Sift client library for each supported language. Packages that are downloaded from Github are in the process of being moved to their language's official package repository.
$ pip install sift-stack-py
$ cargo add sift_rs
$ go get github /sift-stack/sift/go@main && go mod tidy
For manual installation instructions for a particular supported programming language, click on one of the following links:
Please keep in mind that the manual installation instructions aims to be general and do not need to be strictly followed. Users are encouraged to modify any of the steps or proceed with a custom setup if it better suits the needs of their project.