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

Implementation of IoT Workload for MongoDB #4

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. Influx v2 support

    filipecosta90 authored and jodoma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2ab3c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49fc9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82bb42f View commit details
    Browse the repository at this point in the history
  4. This commit addresses the problem that the IoT workload generator

    uses numeric tags which is not the case for the DevOps workload.
    
    The MongoDB binding uses flatbuffers to serialize generated data to
    disk. We change the flatbuffers specification to include the float tags
    as well as the code to serialize and deserialize the structures.
    jodoma committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a6c6071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    913aacb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ed3f9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5104858 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebec19c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00ac74e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90aad1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54446ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5126b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    198e2ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b1b99f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c3c9c6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d931571 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fcc1ddb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    37ea28d View commit details
    Browse the repository at this point in the history