You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the config folder to another path? Do I need to keep the hierarchical structure of the folders?
what are the differences among these config files, config.tomlconfig-bench.tomlconfig-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?
The text was updated successfully, but these errors were encountered:
by default toshi will look for a config in config/config.toml if you are having trouble with paths you can also provide --config on the command line when running.
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:
toshi
along with theconfig
folder to another path? Do I need to keep the hierarchical structure of the folders?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?The text was updated successfully, but these errors were encountered: