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

neo4j suitability spike artefacts added #42

Conversation

maniSbindra
Copy link
Member

Fixes #41

This PR contains artefacts created as a part of spike to investigate the suitability of using a graph database like Neo4j instead of Postgres (RDBMS) as the backend database of Kalypso Observability Hub.

The artefacts include:

  • Summary of the findings
  • Scripts for exporting data from Postgres and creating corresponding ne04j nodes and relationships
  • neo4j queries for the cluster state, environment state and observability state dashboards

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@maniSbindra maniSbindra force-pushed the manisbindra/add-neo4j-import-scripts-queries-dashboard branch from df865d7 to c75d544 Compare December 20, 2023 15:34
resources:
cpu: "0.5"
memory: "2Gi"
password: "INITIAL_DB_PASSWORD" # <-- Change this to your own password #gitleaks:allow

Check warning

Code scanning / Gitleaks

hashicorp-tf-password has detected secret for file storage/neo4j/scripts/import/neo4j-helm-values.yaml at commit c75d5442be018ad1daf468a01127786aa9ce6ae4.

hashicorp-tf-password has detected secret for file storage/neo4j/scripts/import/neo4j-helm-values.yaml at commit c75d5442be018ad1daf468a01127786aa9ce6ae4.
workaround to fix gitleaks false positive
@maniSbindra maniSbindra force-pushed the manisbindra/add-neo4j-import-scripts-queries-dashboard branch from ad3747f to c2e2847 Compare December 20, 2023 15:46
@eedorenko eedorenko merged commit be4192f into microsoft:main Feb 7, 2024
6 checks passed
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.

Investigate suitability of using a graph database as KOH backend database
2 participants