Importing a Collection to Typesense Server with curl
TLDR Kevin inquired about importing a collection directly to a Typesense server using curl. Jason confirmed this was possible, but the schema must be created first.
Aug 14, 2023 (3 months ago)
Kevin
02:35 PMJason
02:59 PMAug 15, 2023 (3 months ago)
Kevin
07:08 AMJason
02:54 PMPOST /collections
endpoint and then import the documentsTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Checking Imported Rows in Typesense Server
andy was uncertain about how to view imported rows on Typesense server. Jason guided them to use a GET /collections command and further clarified to use curl from the command line. Ultimately, andy successfully imported their json file.
Issues with Importing Typesense Collection to Different Server
Kevin had problems migrating a Typesense collection between Docusaurus sites on different machines. Jason advised them on JSONL format, handling server hosting, and creating a collection schema before importing documents, leading to successful import.
Fixing "bad json" error in Typesense 0.24
Adam experiences "bad json" error when creating collections in Typesense 0.24. Jason identifies a typo in the docs causing the error and helps troubleshoot additional errors.