In order to communicate to a database, we need to have an interface to query the db pro-grammatically. Initial implementation should be implemented using Apache Cassandra OR MongoDB. We should abstract as much functionality as we can if it does not depend on any particular database distribution, so that we can add support for new distributions fairly easily.
In order to communicate to a database, we need to have an interface to query the db pro-grammatically. Initial implementation should be implemented using Apache Cassandra OR MongoDB. We should abstract as much functionality as we can if it does not depend on any particular database distribution, so that we can add support for new distributions fairly easily.