pool
Connection pooler
Provides an object pooling mechanism to simplify management of connections in R applications.
Object Pooling in R
254 stars
21 watching
32 forks
Language: R
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mperham/connection_pool | A connection pooling mechanism for Ruby applications | 1,631 |
metabase/connection-pool | A Clojure library providing a simple wrapper around C3P0 to create and manage connection pools for JDBC databases. | 14 |
bos/pool | A high-performance striped resource pooling implementation for managing pooled resources in Haskell. | 112 |
rstudio/plumber | Converts R code into a web API with minimal configuration | 1,404 |
rstudio/reticulate | Enables seamless integration of Python and R programming languages in a single software development environment. | 1,680 |
rstudio/tensorflow | A package that provides an interface to the TensorFlow machine learning framework from within R. | 1,327 |
kennethreitz/django-postgrespool | A connection pooling library for Django applications to manage Postgres databases. | 7 |
ivpusic/grpool | A lightweight goroutine pool for concurrent job execution. | 745 |
epgsql/pooler | An OTP Process Pool Application for managing concurrent access to pool members and maintaining pool size. | 311 |
hden/rethinkdb-pool | Provides a connection pooling mechanism for a specific NoSQL database technology | 22 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 985 |
rjsears/pool_fill_control | Automates and monitors pool management tasks using sensors, actuators, and a web interface to track various parameters and send notifications. | 24 |
rstudio/httpuv | A C library for building HTTP and WebSocket servers in R | 229 |
chat-wane/rtc-scamp-mbr | An implementation of a decentralized peer-to-peer membership protocol using WebRTC for distributed network connections | 2 |
rsolr/rsolr | A Ruby client for interacting with Apache Solr search engines | 421 |