NOSQL Meetup San Francisco – VPork
VPork is a utility for load testing a distributed hash table, namely project Voldemort. [vimeo 5184368 480 360]
Database
VPork is a utility for load testing a distributed hash table, namely project Voldemort. [vimeo 5184368 480 360]
A short introduction to sqlmap. sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Find more information about this on the original post [vimeo 4634556 480 362]
MySQL replication is fairly easy to set up, but in the real world many obstacles can get in the way of keeping it up and running smoothly. One problem is the slaves getting out of sync with the master. If you’re lucky you’d be alerted with an error in your …
Although test-driven development is now considered common sense in the OO world, it is very rare in database development. This session looks at the reasons behind that and presents solutions and best practices for test-driven database development. Database testing is analysed from two aspects: unit-testing in the database (stored procedures,views) …
Data is clearly an important aspect of software-based systems, a fact that the information technology (IT) industry has understood for decades, yet many agile development teams are struggling to involve data professionals within their projects. The Agile Data (AD) methodology defines a philosophical framework for data-oriented activities within agile projects, …