Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept XML files in a cheap manner #21

Open
george-zubrienko opened this issue Aug 20, 2024 · 0 comments
Open

Accept XML files in a cheap manner #21

george-zubrienko opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
code/new-feature New feature or request

Comments

@george-zubrienko
Copy link
Contributor

In order to receive data from legacy systems, we need to support XML body. Suggestion is then to do a similar pre-process on them as other queuing systems around:

XML -> { "ContentData": base64(xml), "ContentMD5": md5(xmlstring) } and then we feed this to JsonIngestionService as normal, dropping files like this:

{
  "timestamp": "2024-01-01T00:00:00.000",
  "body": {
      "ContentData": ...,
      "ContentMD5": ...
  }
}
@s-vitaliy s-vitaliy self-assigned this Aug 20, 2024
@s-vitaliy s-vitaliy added the code/new-feature New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants