Skip to content

Synchronized, persistent Java Map implementation using PostgreSQL

Notifications You must be signed in to change notification settings

natnan/pg-sync-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-sync-map

If, for some reason, you're using PostgreSQL with dynamic data, and you read much more often than you write, this is a small tool to synchronize PostgreSQL tables to your memory.

  • Read from database and create an immutable <UUID, Object> map.
  • The map is automatically updated a change occurs in the table using notify/listen feature of PostgreSQL.



  • PostgreSQL 9.3 and up for persistence.
  • pgjdbc-ng for jdbc connection and listen/notify support.

About

Synchronized, persistent Java Map implementation using PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages