I’ve just released the first version of Sitemapper, a Stream based Sitemap XML generator.
There are other sitemap generators out there, but Sitemapper is a little different:
- Stream based, only holding one XML file in memory at a time - this keeps memory consumption low, even with a very large number of pages
- No DSL, just plain Elixir
- Non-global configuration - it just uses Keywords
At the moment it’s missing extended properties for URLs, like Images and Videos. If you try it out, let me know how you get on, and feel free to file issues or improvements.