Skip to content

hemantborole/OmniDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniDB lets you create a distributed layer of cache for your database.
The cache and database are both configurable.
Currently the cache is configured to use memcache.
The database is configured to use mysql or sqlite.

												              ____________
																		 | Remote DB  |
																		 |____________|
																				  ^
																					|
																					|
											          _________________________
															 | Distributed Cache Layer |
															 |_________________________|
																				  ^
																					|
																					|
				-------------------------------------------------------------------------
				^												^												^												^
				|												|												|												|
				|												|												|												|
 __________________ 		 __________________ 		 __________________ 		 __________________
|Client instance 1 |		|Client instance 2 |		|Client instance 3 |		|Client instance 4 |
|__________________|		|__________________|		|__________________|		|__________________|

About

A virtually local cache for remote database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages