VOOZH about

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

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


  • Software Development👁 Image
    Tugdual GrallJanuary 16th, 2015
    0 472

    How to create a pub/sub application with MongoDB ? Introduction

    In this article we will see how to create a pub/sub application (messaging, chat, notification), and this fully based on…

    Read More »
  • Enterprise Java👁 Image
    Rebecca MillsDecember 8th, 2014
    0 131

    Getting Started with Apache Cassandra and Java (Part II)

    Requirements To follow this tutorial, you should already have a running instance of Cassandra (a small cluster would be good,…

    Read More »
  • Enterprise Java👁 Image
    Rebecca MillsNovember 27th, 2014
    0 153

    Getting Started with Apache Cassandra and Java (Part I)

    On this page, you’ll learn just enough to get started with NoSQL Apache Cassandra and Java, including how to install,…

    Read More »
  • Enterprise Java👁 Image
    Luanne MisquittaNovember 11th, 2014
    1 186

    Using the Neo4j browser with Embedded Neo4j

    There are times when you have an application using Neo4j in embedded mode but also need to play around with…

    Read More »
  • Software Development👁 Image
    Keyhole SoftwareNovember 5th, 2014
    0 209

    Using PouchDB for Offline/Data Sync

    Recently the term “Mobile First” received additional notoriety as the new CEO of Microsoft proclaimed the company’s shift in focus.…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 24th, 2014
    2 152

    Stop Claiming that you’re Using a Schemaless Database

    One of MongoDB’s arguments when evangelising MongoDB is the fact that MongoDB is a “schemaless” database: Why Schemaless? MongoDB is…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaOctober 18th, 2014
    0 157

    MongoDB Incremental Migration Scripts

    Introduction An incremental software development process requires an incremental database migration strategy. I remember working on an enterprise application where…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaOctober 14th, 2014
    0 206

    Integration testing done right with Embedded MongoDB

    Introduction Unit testing requires isolating individual components from their dependencies. Dependencies are replaced with mocks, which simulate certain use cases.…

    Read More »
  • Software Development👁 Image
    Tugdual GrallSeptember 2nd, 2014
    0 195

    Introduction to MongoDB Geospatial feature

    This post is a quick and simple introduction to Geospatial feature of MongoDB 2.6 using simple dataset and queries. Storing…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
  • 10
  • ...
  • Last
Back to top button
Close