Managed Projects

cali-blueprints

  Analyzed about 22 hours ago

cali is a simple interface to databases supported by Gremlin — an amazing library for querying graph databases.

1.27K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

blueredis

  Analyzed about 19 hours ago

This is a straightforward and rather naïve implementation of a Blueprints-enabled graph over Redis. Blueprints is a database-agnostic library for handling graphs. Blueredis allows you to run Blueprints on top of redis. Also see Pipes and Gremlin to see what this integration will also allow you to do.

27.9K lines of code

0 current contributors

over 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

worker_pool

  Analyzed about 20 hours ago

A worker pool is a very common pattern, and they exist in the standard libraries for many languages. The idea is simple: submit some sort of closure to a service which commits to running the closure in the future in some thread. Normally the work is shared out among many different threads and in the ... [More] absence of anything fancier, one assumes a first-come-first-served queue of closures. RabitMQ's codebase contains exactly such a worker pool. A description of RabbitMQ's worker pool can be found here: http://www.lshift.net/blog/2010/03/29/on-the-limits-of-concurrency-worker-pools-in-erlang This is an extension of this code. [Less]

1.72K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ji

  Analyzed 1 day ago

This is a simple and some what dumb library to facliltate conversion between custom Java types and Erlang.

324 lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This