Shahar memgraph#93
Conversation
added memgraph support and batch loading for falkordb, neo4j and memgraph.
use --endpoint falkor://127.0.0.1:6379 to override local falkordb management in load and run commands
add an option to use external falkordb endpoint
and spelling fixes
add support for using external endpoint when running against neo4j
… into shahar-memgraph
support both falkordb and neo4j external endpoints
add support in load and run for external memgraph endpoint
add memgraph examples for load and run
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
- Replace MATCH (n) DETACH DELETE n with data directory removal and restart - Use neo4j-admin to set initial password after clearing database - Fix FalkorDB db.meta.stats() parsing to extract from correct output lines - Increase Neo4j memory settings (heap: 2g-4g, transaction pool: 2g) Co-Authored-By: Warp <agent@warp.dev>
- Add aggregate-aws-tests command to compare Graviton vs Intel runs - Use parameterized UNWIND queries for Neo4j batch imports - Create indexes before loading data for better performance - Add explicit label usage in edge creation to enable index usage - Parse and normalize AWS instance types for UI display Co-Authored-By: Warp <agent@warp.dev>
- Update README with AWS tests aggregation command example - Add Intel/Graviton color scheme to UI - Improve dashboard to show per-run telemetry breakdown by query - Add vendor label mapping (Intel, Graviton, FalkorDB, Neo4j, Memgraph) - Update medium benchmark to enable Memgraph, disable Neo4j by default - Extract available queries from histogram data dynamically Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Vendor falkordb-rs and set redis async response_timeout(None) on direct, sentinel, replica, and connection-manager paths to avoid spurious ConnectionDown during long algorithm queries. Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
…eakdown UI: hide telemetry breakdown in public single view
Summary by CodeRabbit
Release Notes
New Features
Documentation
Chores