What Finance Can Learn From Dating Sites
In this session you will see how in many ways dating sites are getting better performance and more value out of their data than financial institutions by using a graph database.
In this session you will see how in many ways dating sites are getting better performance and more value out of their data than financial institutions by using a graph database.
MongoDB is one of the most popular open source NoSQL database available. It avoid the traditional table-based relational SQL database structure to favor of JSON-like documents with dynamic schemas, In this article, Jenny Richards explains why MongoDB is a good NoSQL implementation.
This talk reviews the features in Groovy which make it easy to work with databases. It reviews the features of Groovy SQL including Groovy’s LINQ-like lazy evaluation technology called datasets. In addition, it looks at working with a couple of NoSQL databases: MongoDB using GMongo and Neo4J using it’s Java …
Graphs are one of the best abstractions we have for modeling connectedness. Graph databases, in turn, are one of the best tools at our disposal for modeling, storing and querying complex, densely-connected data. Today, graphs and graph databases are helping solve some of the world’s most challenging data problems, in …
Spring Data Cassandra brings Cassandra support to the Spring Data umbrella of projects, offering Spring Data’s familiar Repository concepts & POJO persistence. This talk will focus first on POJO persistence over Cassandra, including automatic Cassandra schema generation and Spring context configuration using both XML & Java. Then, the talk will …
NoSQL databases continue to become more and more popular, but how do you pick which one to use for your project? This session will cover the basics of NoSQL databases including several different types (key-value, graph, and document) as well as the advantages and disadvantages.