refuge / coffer

Versatile blob storage service
Apache License 2.0
23 stars 2 forks source link

add changes queue support #18

Open benoitc opened 11 years ago

benoitc commented 11 years ago

Changes queues are the core of blobs synchronisations and can be used by indexers or other agents, They can are created on the source and are semi persistent.

Key mechanism is the following:

benoitc commented 11 years ago

Queue backend can be pluggable as well imo. With a default to ETS saved from time to time to the disk. Thoughts?

nrdufour commented 11 years ago

It would be interesting to have a backend for queues or lists. And yes starting with an ETS or DETS ;)