Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This tutorial will guide you on how to expose data stored in Cassandra as a data serviceAlso, see the samples in Data Integration Samples.

...

...

  1. Click Add New Resource and enter the following information.

    Resource PathKeyspacekeyspace
    Resource MethodPOST
    Query ID createKS
  2. Save the resource.
  3. Click Add New Resource and enter the following information.

    Resource PathTabletable
    Resource MethodPOST
    Query IDcreateTable
  4. Save the resource.
  5. Click Add New Resource and enter the following information.

    Resource PathUsersusers
    Resource MethodPOST
    Query ID addUsers
  6. Save the resource.
  7. Click Add New Resource and enter the following information.

    Resource PathUsersusers/{id}
    Resource MethodGET
    Query IDgetUsersbyID
  8. Save the resource.

...