Data Structure Visualization
visualizations for data structures and algorithms (Full Story: Data Structure Visualization)
View ArticleNoSQL is a Premature Optimization
Point 1: NoSQL technologies require more investment than Relational to get going with. Point 2: There is no particular advantage to NoSQL until you reach scales that require it. In fact it is the...
View ArticleFlyaway – a java database migration tool
You never develop code without version control, why do you develop your database without it? Flyway is database-independent library for tracking, managing and applying database changes. (Full Story:...
View ArticleThe D2RQ Platform – Accessing Relational Databases as Virtual RDF Graphs
The D2RQ Platform is a system for accessing relational databases as virtual, read-only RDF graphs. It offers RDF-based access to the content of relational databases without having to replicate it into...
View ArticleInduction – A Polyglot Database Client For Mac OS X
Data is just data, after all. Induction supports PostgreSQL, MySQL, SQLite, Redis, and MongoDB out-of-the-box, and has an extensible architecture that makes it easy to write adapters for anything else...
View ArticleSeven Databases in Seven Weeks – The Pragmatic Bookshelf
Redis, Neo4J, CouchDB, MongoDB, HBase, Riak, and Postgres: with each database, you’ll tackle a real-world data problem that highlights the concepts and features that make it shine. You’ll explore the...
View ArticleDatabase Sharding
While this example is very basic, it does provide the basic considerations for determining how to shard a given database application. By using this evaluation approach, you can determine if sharding...
View ArticleGit: Sandman “makes things REST”.
sandman “makes things REST”. Have an existing database you’d like to expose via a REST API? Normally, you’d have to write a ton of boilerplate code for the ORM you’re using, then integrate that into...
View ArticleOrchestrate.io – Databases. As a service.
Orchestrate gives you instant access to the query types central to building responsive apps and games. (Full Story: http://orchestrate.io/ )
View Article