Centralized Logging With Amazon SimpleDB, Slf4j, and Logback
Store logs in SimpleDB. Amazon SimpleDB is a highly available, flexible and scalable non-relational data store. It is perfect for this situation. It is eventually consistent, write-optimized, highly available and extremely durable. It can handle extremely large tables that can keep the logging data very well. It can query and filter logs. Oh, and it is also really cheap.
tags:amazon simpledb,java
via NoSQL databases
Post a Comment