An open API service indexing awesome lists of open source software.

https://github.com/secomind/xml_stream_writer

Elixir XML stream writer library
https://github.com/secomind/xml_stream_writer

Last synced: 7 months ago
JSON representation

Elixir XML stream writer library

Awesome Lists containing this project

README

          

# XMLStreamWriter

XML streaming library for Elixir.

This library allows to write big data scale XML documents without keeping the whole document in memory.

## About This Project

This project has been created in order to export [Astarte](https://github.com/astarte-platform/astarte)
realms to XML.
We are open to any contribution and we encourage adoption of this library, also outside Astarte, in
order to provide XML streaming to every Elixir user.