Skip to content

pombreda/DaBroker

 
 

Repository files navigation

DaBroker is short for Data Access Broker.

DaBroker exposes objects (e.g. database rows, or their NoSQL equivalent, or indeed anything you might think of) to clients. Clients cache these objects until they do not want them any more, or until they are invalidated by the server.

Multiple servers can run in parallel, for redundancy and increased speed.

DaBroker is written in Python. If you know JSON and AMQP, writing a client in a different language is reasonably straightforward. Other marshaling formats or transports can be plugged in easily.

About

DaBroker is a fast distributed object broker for large, mostly-read-only data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%