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
- Host: GitHub
- URL: https://github.com/secomind/xml_stream_writer
- Owner: secomind
- License: apache-2.0
- Created: 2020-01-14T15:57:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T09:44:32.000Z (over 5 years ago)
- Last Synced: 2025-04-30T00:12:55.570Z (about 1 year ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.