Skip to content

dulyup/data-modeling-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implemented:

  • Rest API that can handle any structured data in Json
  • Rest API with support for crud operations, including merge support, cascaded delete
  • Rest API with support for validation
  • Json Schema describing the data model for the use case
  • Advanced semantics with rest API operations such as get if not changed
  • Storage of data in key/value store

Have tried to apply Spring Boot Filter, but couldn't be able to find out why it filtered out all urls (not only /plans/*, but /auth). So had to verify token for each controller instead. In the 1st version, I used recursion to deal with nested objects.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages