JaguarDB |
The Most Scalable Vector Database |
|
JaguarDB in Docker JaguarDB Tar File JaguarDB Cluster |
To utilize JaguarDB, you can use docker pull and docker run commands to quickly setup JaguarDB.
docker pull jaguardb/jaguardb
docker run -d -p 8888:8888 --name jaguardb jaguardb/jaguardb To launch the JaguarDB client terminal to interact with JaguarDB server:
docker exec -it jaguardb /home/jaguar/jaguar/bin/jag
Another option is to download an already-built binary package of JaguarDB on Linux, and deploy the database on a single node or in a cluster of nodes. The streamlined process enables you to quickly start using JaguarDB and leverage its powerful features and functionalities. Jaguar Vector Database Package Click to download jaguar-3.4.2.tar.gz Jaguar HTTP Gateway Package Click to download fwww_3.4.2.tar.gz Jaguar HTTP Client Package pip install -U jaguardb-http-client Jaguar Socket Client Package pip install -U jaguardb-socket-client For help on programming SDK, please visit github.com/fserv/jaguar-sdk |
|