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

Add data processing to the data format #8

Open
TimoWolters opened this issue Aug 9, 2021 · 0 comments
Open

Add data processing to the data format #8

TimoWolters opened this issue Aug 9, 2021 · 0 comments
Milestone

Comments

@TimoWolters
Copy link
Collaborator

A language is required that allows data processing. LUA may be a good option.

An important requirement after processing is encryption. The data packages should be encrypted before they are distributed. The process should be as follows:

Context: Project
Step 1: Create the data package via a LUA script
Step 2.1: Encrypt the data package with a given key and algorithm
Step 2.2: Distribute the data package to a given sink

The data format should allow for extensions of encryption and sinks. At least RSA Encryption, a file sink and a HTTP sink should be created. Step 2 should have a cardinality of many, meaning that multiple sinks with their respective encryption scheme are possible.

@TimoWolters TimoWolters added this to the 2.4.0 milestone Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant