Git Product home page Git Product logo

cassandra-pagination's Introduction

cassandra-pagination

Run and build

Step 1

  • create keyspace test_pagination_keyspace and run createTables.cql under resources folder
  • export SPRING_CACHE_TYPE=NONE (don't use cache)
  • export CASSANDRA_KEYSPACE=test_pagination_keyspace
  • /gradlew clean build

Step 2

java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=9001,suspend=n -jar build/libs/sample-0.0.1-SNAPSHOT.jar

Step 3

Sample pagination payload

{ "links": { "next": "/api/paged-products?pagingState=001e0010001200106ed8163b30fb46459f4120d048cd6461f07ffffffdf07ffffffd349186dd7a2841bcae33b5eda8dacc910004" }, "data": [ { "itemid": "new item id", "version": 1, "productid": "3842908b-519c-4090-9bbe-6e803168cb8f", "scopes": { "name": "value" }, "type": "Rocket", "attributes": { "level": "1", "category": "test" }, "text": null, "productKey": { "itemid": "new item id", "version": 1, "productid": "3842908b-519c-4090-9bbe-6e803168cb8f" } }, { "itemid": "new item id", "version": 1, "productid": "6ed8163b-30fb-4645-9f41-20d048cd6461", "scopes": { "name": "value" }, "type": "Rocket", "attributes": { "level": "1", "category": "test" }, "text": null, "productKey": { "itemid": "new item id", "version": 1, "productid": "6ed8163b-30fb-4645-9f41-20d048cd6461" } } ] }

cassandra-pagination's People

Contributors

tottawang avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.