VOOZH about

URL: https://www.javacodegeeks.com/tag/nosql/page/11

⇱ NoSQL Archives - Page 11 of 16 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Francisco Ribeiro JuniorNovember 14th, 2013
    0 134

    Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 2

    In this post we will focus on CDI and Servlet 3.0. You can see part 1 here. Let’s start with…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaNovember 12th, 2013
    0 245

    MongoDB optimistic locking

    When moving from JPA to MongoDb you start to realize how many JPA features you’ve previously taken for granted. JPA…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorNovember 1st, 2013
    0 1,249

    Using Sorted Sets with Jedis API

    In the previous post we started looking into Jedis API a Java Redis Client. In this post we will look…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorOctober 30th, 2013
    0 207

    Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 1

    In this post we will build a simple user crud. The data will be stored in Redis. To interact with…

    Read More »
  • Enterprise Java👁 Image
    Brian ONeillOctober 22nd, 2013
    0 111

    Crawling the Web with Cassandra and Nutch

    So, you want to harvest a massive amount of data from the internet?  What better storage mechanism than Cassandra?  This…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorOctober 22nd, 2013
    7 1,076

    Getting Started With Jedis

    Hi, these days I started looking into Redis. I’ve heard a lot about it so I decided to have a…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 8th, 2013
    3 165

    The 10 Most Popular DB Engines (SQL and NoSQL)

    How to objectively measure the popularity of a DB engine? Good question! And there’s an Austrian company (Solid IT) who…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 7th, 2013
    0 89

    The Premature Return to SQL

    In online communities, the NoSQL topic (much like the ORM topic) is a guarantee to stir emotions. Many emotions are…

    Read More »
  • Enterprise Java👁 Image
    Tugdual GrallOctober 5th, 2013
    0 121

    Pagination with Couchbase

    If you have to deal with a large number of documents when doing queries against a Couchbase cluster it is…

    Read More »
  • First
  • ...
  • «
  • 9
  • 10
  • 11
  • 12
  • 13
  • »
  • ...
  • Last
Back to top button
Close