Sonic: Fast, lightweight and schemaless search back end in Rust
1–10 of 40 posts
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#2I was looking for something just like this for a project in my team. We had been using this setup where a huge chunk of the data was being stored in triplicate: some of it in ES, some more of it in another database and finally the whole dataset in our data warehouse.
Hopefully I can use this to only provide the index + full text capability and just use the warehouse itself as the main db because the query performance is similar enough and the warehouse is criminally underused for what we pay for it.
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#3Talk about perfect timing! I was looking for something just like this for a project in my team. We had been using this setup where a huge chunk of the data was being stored in triplicate: some of it in ES, some more of it in another database and finally the whole dataset in our data warehouse. Hopefully I can use this to only provide the index + full text capability and just use the warehouse itself as the main db be…
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#4Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#5This looks pretty cool! I'd like to try it, but it looks like I'll have to wait for the Python client library first.
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#6This looks pretty cool! I'd like to try it, but it looks like I'll have to wait for the Python client library first.
Wanna build it with me?
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#7https://github.com/valeriansaliou/sonic/issues/52#issuecomme...
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#8Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#9Glancing over this it looks like a nearly perfect fit for my use case I just wish I had seen this a couple of weeks earlier!
Re: Sonic: Fast, lightweight and schemaless search back end in Rust
#10Talk about perfect timing! I was looking for something just like this for a project in my team. We had been using this setup where a huge chunk of the data was being stored in triplicate: some of it in ES, some more of it in another database and finally the whole dataset in our data warehouse. Hopefully I can use this to only provide the index + full text capability and just use the warehouse itself as the main db be…
Curious to know if you considered https://www.algolia.com/ as well?