C++ Client SDK for Typesense
TLDR 谢渊 asked about the availability of a C++ client SDK for Typesense. Kishore Nallan informed that there isn't an official SDK but suggests using core_api.h directly.
Powered by Struct AI
5
3mo
Solved
Jun 14, 2023 (3 months ago)
谢渊
谢渊
08:35 AMit seems that we don't have a c++ client sdk here, do we? In my senario, I might use c++ to build my web server that connected to typesense for fully control over latency and memory cost
Kishore Nallan
Kishore Nallan
08:39 AMDon't have an official SDK but you can check core_api.h which maps all public APIs. So you can just use that directly.
谢渊
谢渊
08:54 AMwas there any plan supporting c++ client sdk? If so, I would like to contribute to the project when I finish
Kishore Nallan
Kishore Nallan
08:55 AMSo far we have not had any asks, understandably because most people integrate via API from web app or mobile apps so that largely rules out CPP :)
谢渊
谢渊
08:56 AMgot it
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2786 threads (79% resolved)
Similar Threads
Getting Started on Rust Client for Typesense
sacsand expressed interest in working on the Rust client for Typesense. Kishore Nallan advised him to reach out to the existing contributors.
3
28mo
Solved
Improving C++ Skills through Typesense Project
Alex wanted to enhance their C++ skills and asked for first issue from Typesense project. Kishore Nallan explained that Typesense does not build on Windows and recommended a Linux environment.
6
22mo
Requesting Examples: Using `typesense-rust` Client
Mathias queried about using `typesense-rust` client for experiment and potential contribution. Kishore Nallan informed the client is not actively developed now.
3
19mo