2 مستودعات
Deploying applications on the Render cloud platform with persistent disks and web service configuration.
Distinguishing note: None of the candidates cover Render as a deployment platform; this is a specific PaaS deployment target.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Render Platform Deployments. Refine with filters or upvote what's useful.
websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple
Provides deployment configuration for WebSocket applications on Render's cloud platform.
OpenMemory is an embeddable memory engine for LLM agents that stores, retrieves, and manages conversational context and agent state using semantic indexing and temporal facts. It functions as a semantic memory store backed by vector indexing, where memories are organized by meaning rather than by exact key, and includes a tiered decay engine that gradually reduces the salience of unused memories while compressing cold vectors and fingerprinting dormant entries to conserve storage. The system also maintains a temporal fact database that records factual statements with subject-predicate-object s
Creates a web service on Render with a persistent disk attached to store memory data across restarts.