Is there a way to get search volumes on TS Cloud? ...
# community-help
c
Is there a way to get search volumes on TS Cloud? In the very near future we will be hosting collections for multiple clients and will need a way to query search volumes by API key or similar for billing purposes. Thanks.
k
We don't have a way to do that but it's on our analytics roadmap.
c
😱
ok, so your cloud monitors traffic. is there a way to get that by collection and/or api key?
k
Since we don't charge on requests consumed we don't track that precisely except at an overall aggregate basis.
c
Here's our use case. We've built a platform for hosting headless WooCommerce stores. https://blazecommerce.io/ - we have one project live, and 6 more under development, set to go live on the next month, and by this time next year we aim to have 100+ stores hosted with us, all using Typesense for search and filtering. We don't want to create a cluster for each project - that wouldn't make sense technically or financially, but at the same time we need a basic method to determine search volumes by client.
in terms of your analytics roadmap, where does it sit in the roadmap? Months away? Years? 😊
k
It's a high priority item as soon as we wrap up on some ongoing tasks. So development will begin in a couple of weeks. We can pick up this feature first.
c
Ok, excellent. Thank you Kishore.
j
You could potentially create one cluster per client and then poll the searches per second metric in the stats.json endpoint which gives you the aggregate number for that cluster
Oh never mind, I just read that you didn’t want to create separate clusters for each client