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

As a developer I want to store decrypted Mina traffic in database and provide http access to it #2

Open
6 of 7 tasks
vlad9486 opened this issue Aug 9, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vlad9486
Copy link
Collaborator

vlad9486 commented Aug 9, 2022

  • Define data schema and rust structures
  • Define secondary indexes to be able to filter and search
  • Define HTTP interface
  • Use database (sled or rocksdb) to store everything on the fly
  • Implement HTTP server
  • Add tests for BPF part. Make sure BPF intercepts all network activity of the application.
  • Add tests for database and HTTP interface. Make sure all parameters and filters work as expected.
@vlad9486 vlad9486 self-assigned this Aug 9, 2022
@vlad9486
Copy link
Collaborator Author

#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant