Skip to content

Adds generic entity event generation #184

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

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

Conversation

opauloh
Copy link

@opauloh opauloh commented Jul 16, 2025

Summary

Adds the ability to generate generic entity events for the entity store.

This change introduces generic entity types and events, focusing on AWS resources to simulate generic entities with AWS metadata. It generates realistic resource names and ARNs based on the entity type, and includes cloud metadata in the generated events.

opauloh added 5 commits July 16, 2025 16:10
Adds the ability to generate generic entity events for the entity store.

This change introduces generic entity types and events, focusing on AWS resources.
It generates realistic resource names and ARNs based on the entity type,
and includes cloud metadata in the generated events.
Excludes the .vscode directory from version control.

This prevents project-specific VS Code settings and workspace
files from being unintentionally committed to the repository.
Reduces the maximum value of the randomly generated number used for the event date offset. This makes the random offset more realistic and prevents it from being excessively large.
Allows specifying an offset in hours for generated event timestamps.

This enables the generation of events that appear to have occurred
in the past, relative to the current time. A new parameter 'offsetHours'
is introduced to control the event date offset and defaults to 10 hours.

The 'getOffset' function now accepts an optional 'offsetHours' parameter,
providing flexibility in setting the offset.
@opauloh
Copy link
Author

opauloh commented Jul 17, 2025

cc @hop-dev, would you mind reviewing it?

@opauloh opauloh changed the title [Entity Store] Adds generic entity event generation Adds generic entity event generation Jul 18, 2025
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

Successfully merging this pull request may close these issues.

1 participant