VOOZH about

URL: https://www.javacodegeeks.com/tag/dynamodb/page/2

⇱ DynamoDB Archives - Page 2 of 3 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Janaka BandaraNovember 30th, 2018
    0 189

    AWS: Some Tips for Avoiding Those “Holy Bill” Moments

    Cloud is awesome: almost-100% availability, near-zero maintenance, pay-as-you-go, and above all, infinitely scalable. But the last two can easily bite…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasOctober 3rd, 2016
    0 151

    Scan DynamoDB Items with DynamoDBMapper

    Previously we covered how to query a DynamoDB database either using DynamoDBMapper or the low level java api. Apart from…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasOctober 3rd, 2016
    0 167

    Query DynamoDB Items with DynamoDBMapper

    On a previous post we issued queries on a DynamoDB database using the low level java api. Querying using the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasSeptember 27th, 2016
    0 107

    Insert DynamoDB Items with DynamoDBMapper

    In a previous post we used DynamoDBMapper in order to map DynamoDB Tables into Java objects. When it comes to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasSeptember 27th, 2016
    0 104

    Map DynamoDB Items to Objects using DynamoDB mapper

    Previously we created DynamoDB Tables using Java. For various databases such sql databases or nosql there is a set of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasAugust 9th, 2016
    0 127

    Update DynamoDB Items with Java

    On a previous post we proceeded into inserting items to DynamoDB using Java. DynamoDB also supports updating items. We will…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasJuly 20th, 2016
    0 787

    Query DynamoDB Items with Java Part 2

    On a previous post we had the chance to issue some basic DynamoDB query actions. However apart from the basic…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasJuly 4th, 2016
    2 120

    Query DynamoDB Items with Java

    On a previous post we proceeded on inserting data on a DynamoDB database. On this tutorial we will issue some…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasJune 29th, 2016
    1 170

    Insert Items to DynamoDB Tables using Java

    On a previous article we learned how to create DynamoDB Tables using Java. Next step is to insert items to the…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close