You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mleku
f22bf3f388
Add Neo4j memory tuning config and query result limits (v0.43.0)
- Add Neo4j driver config options for memory management:
- ORLY_NEO4J_MAX_CONN_POOL (default: 25) - connection pool size
- ORLY_NEO4J_FETCH_SIZE (default: 1000) - records per batch
- ORLY_NEO4J_MAX_TX_RETRY_SEC (default: 30) - transaction retry timeout
- ORLY_NEO4J_QUERY_RESULT_LIMIT (default: 10000) - max results per query
- Apply driver settings when creating Neo4j connection (pool size, fetch size, retry time)
- Enforce query result limit as safety cap on all Cypher queries
- Fix QueryForSerials and QueryForIds to preserve LIMIT clauses
- Add comprehensive memory tuning documentation with sizing guidelines
- Add NIP-46 signer-based authentication for bunker connections
- Update go.mod with new dependencies
Files modified:
- app/config/config.go: Add Neo4j driver tuning config vars
- main.go: Pass new config values to database factory
- pkg/database/factory.go: Add Neo4j tuning fields to DatabaseConfig
- pkg/database/factory_wasm.go: Mirror factory.go changes for WASM
- pkg/neo4j/neo4j.go: Apply driver config, add getter methods
- pkg/neo4j/query-events.go: Enforce query result limit, fix LIMIT preservation
- docs/NEO4J_BACKEND.md: Add Memory Tuning section, update Docker example
- CLAUDE.md: Add Neo4j memory tuning quick reference
- app/handle-req.go: NIP-46 signer authentication
- app/publisher.go: HasActiveNIP46Signer check
- pkg/protocol/publish/publisher.go: NIP46SignerChecker interface
- go.mod: Add dependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2 weeks ago |
|
.aiassistant/rules
|
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience.
|
3 months ago |
|
.claude
|
Add simplified NIP-46 bunker page with click-to-copy QR codes (v0.41.0)
|
2 weeks ago |
|
.gitea
|
Use Gitea API directly for release creation (v0.36.14)
|
3 weeks ago |
|
.github/workflows
|
Add issue templates, CI workflows, and decentralization plan
|
4 weeks ago |
|
.plan
|
initial draft of hot reload policy
|
2 months ago |
|
app
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
cmd
|
Add nurl and vainstr CLI tools (v0.39.0)
|
2 weeks ago |
|
contrib/stella
|
Add serve mode, fix binary tags, document CLI tools, improve Docker
|
2 months ago |
|
docs
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
pkg
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
relay-tester
|
Refactor for interface clarity and dependency isolation.
|
1 month ago |
|
scripts
|
Add Neo4j integration tests and query rate-limiting logic
|
1 month ago |
|
.dockerignore
|
Add serve mode, fix binary tags, document CLI tools, improve Docker
|
2 months ago |
|
.gitignore
|
Decompose handle-event.go into DDD domain services (v0.36.15)
|
3 weeks ago |
|
BUG_REPORTS_AND_FEATURE_REQUEST_PROTOCOL.md
|
Add ORLY_POLICY_PATH for custom policy file location
|
4 weeks ago |
|
CLAUDE.md
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
CONTRIBUTING.md
|
Add issue templates, CI workflows, and decentralization plan
|
4 weeks ago |
|
DDD_ANALYSIS.md
|
Decompose handle-event.go into DDD domain services (v0.36.15)
|
3 weeks ago |
|
Dockerfile
|
Add serve mode, fix binary tags, document CLI tools, improve Docker
|
2 months ago |
|
Dockerfile.relay-tester
|
Add serve mode, fix binary tags, document CLI tools, improve Docker
|
2 months ago |
|
INDEX.md
|
Add comprehensive documentation for CLAUDE and Nostr WebSocket skills
|
2 months ago |
|
LICENSE
|
Add initial project structure with README, LICENSE, and .gitignore config
|
5 months ago |
|
README.md
|
Add git.mleku.dev remote push to release process (v0.40.1)
|
2 weeks ago |
|
conversation.md
|
fix policy to ignore all req/events without auth
|
2 months ago |
|
docker-compose.yml
|
Interim release: documentation updates and rate limiting improvements
|
1 month ago |
|
enable-policy.sh
|
fix silent fail of loading policy with panic, and bogus fallback logic
|
2 months ago |
|
go.mod
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
go.sum
|
Add WireGuard VPN with random /31 subnet isolation (v0.40.0)
|
2 weeks ago |
|
libsecp256k1.so
|
fully test and verify policy script functionality
|
2 months ago |
|
main.go
|
Add Neo4j memory tuning config and query result limits (v0.43.0)
|
2 weeks ago |
|
policyfixes.md
|
fix policy to ignore all req/events without auth
|
2 months ago |