Sujan Davangere Sunil
Sujan Davangere Sunil

Reputation: 237

ScyllaDB hierarchical data storage

I have a data in below format

- Country (Root Object)
  - State 
    - City

Each Country, State and City has an Id assigned to it.

API which is connected to the ScyllaDB has the below Usecases

Question

  1. What is the best way to store hierarchical data like above in ScyllaDB.
  2. Want to save data in 1 table without duplicate data.

Upvotes: 1

Views: 58

Answers (0)

Related Questions