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

Use Arrow to share data between data collector and agent #3

Open
fruffy opened this issue Dec 13, 2018 · 0 comments
Open

Use Arrow to share data between data collector and agent #3

fruffy opened this issue Dec 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fruffy
Copy link
Contributor

fruffy commented Dec 13, 2018

Currently, the entire agent is prototyped in Python, this includes the network and data collection operations. They should be written in a more efficient language to reduce operational latency and resource usage. A nice way to compose the framework is to use Arrow to glue all modules together. Data can be collected in C and shared with the Python agent using the Arrow interface.

@fruffy fruffy added enhancement New feature or request help wanted Extra attention is needed labels Dec 13, 2018
@fruffy fruffy self-assigned this Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant