Creating URLs for CPU Spike Test with Typesense
TLDR Mubashirullah requested help with creating urls for a CPU spike test using Typesense. Kishore Nallan guided them through the process, directing them to the necessary documentation and confirming how to format the get query. Mubashirullah successfully figured out the solution with the given guidance.
Dec 23, 2021 (25 months ago)
Mubashirullah
11:48 AM# ${TYPESENSE_HOST}/collections/:collection/documents/search
Kishore Nallan
11:50 AMshell
tab on all the examples in the docs.Kishore Nallan
11:51 AMMubashirullah
12:04 PMKishore Nallan
12:08 PMMubashirullah
12:34 PMcurl -H "X-TYPESENSE-API-KEY: Hu52dwsas2AdxdE" \
"\
filter_by=status:=[Cancelled]&sort_by=sortable_id:asc"
Mubashirullah
12:34 PMMubashirullah
12:35 PMMubashirullah
01:32 PMI can enter the header in the commandline. So just the http part in the url file and then run
seige -H "X-TYPESENSE-API-KEY: Hu52dwsas2AdxdE"
Mubashirullah
01:32 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Benchmarks and Concurrent Users for Typesense
A inquired about the number of concurrent users Typesense can support. Jason suggested benchmarking for better accuracy, while Kishore Nallan mentioned about an upcoming feature. Jason and Kishore Nallan both recommended tools and gave references for performing benchmarks.
Understanding and Implementing Typesense Dart Library with Flutter
Alexandro sought help with the Typesense Dart library. Jason explained that the library is in progress, discussed utilizing other HTTP libraries, and provided detailed instructions on utilizing Typesense with Flutter. Alexandro provided feedback on the Typesense UI and expressed interest in creating a tutorial video.
Troubleshooting Typesense Connection Issue and Data Retrieval
Felix encountered issues connecting to a server-created typesense and retrieving data collections. Kishore Nallan and Jason provided guidance, highlighting errors in the original code and suggesting changes to the URL and curl command.
Resolving Typesense Server Connection with Correct API Keys and Paths
Rubai had trouble creating a working API key for Typesense and understanding number_hits versus num_documents. Jason provided clarification and correct code for generating a search-only API Key and using correct server configurations.
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.