Sharing Typesense Sitemap Creation Library
TLDR Joshua shared a NodeJS library for Typesense sitemap generation. Jason expressed gratitude for the shared resource.
4
Jan 03, 2022 (24 months ago)
Joshua
09:23 PMWe created a NodeJS library for Typesense that generates a sitemap using a Typesense collection, and thought it would be good to share it here. It's in version
1.0.0
now so the API will remain stable.https://github.com/adviise/typesense-sitemap
We're using it at our organization on a collection that has 3.25 million records.
4
Jason
09:28 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
Typescript Support and Import Issues with Typesense
Ahmad faced trouble with Typesense support for Typescript. Jason assisted by suggesting checks and solutions. Phil suggested modifying the import statement. Ultimately, the issue was resolved with a change from Jason in version `v1.1.2`.
Resolving Typesense Issues via GitHub Actions
Raymond was experiencing a Typesense issue and after a discussion with Jason, resolved it. They also worked on a documentation update for the Typesense docs regarding the issue.