-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Hi folks,
I want to say, your were doing a great job on migrating/creating a full-text search engine by rust, maybe it will take a piece of cake from the ES.
I cloned the project, compiled and did some tests based on the requests in requests.http
and others, Toshi works well and its operations were quite similar with ES which means a lot for me.
env: Mac
rustc: 1.55.0
branch: master
But, unfortunately, I got some blocks on my further research:
- how to config & deploy multiple instance in a single cloud instance? I can't find the guidance on the config & deploys through. Do I need to copy the execution file
toshi
along with theconfig
folder to another path? Do I need to keep the hierarchical structure of the folders? - what are the differences among these config files,
config.toml
config-bench.toml
config-rpc.toml
, each of them contains the similar content in master branch, which config file do I need in which scenario? - do we have other way to do operations in Toshi other than the restful api? e.g. some rust (or maybe other language) sdk or some?
Metadata
Metadata
Assignees
Labels
No labels