Skip to content

jrogov/museum_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Course Project (2 sem)

Task

Create schemas and server (REST API) that could be used by a museum.

Used Technologies

  • MongoDB - store plain data about authors, exhibits, visitors, rooms
  • Cassandra - logs (visits, relocation of exhibits)
  • Neo4j - connection between data (what author created exhibit, what category visitor is interested in, etc.)
  • Docker - build and interconnection of several clusters of DBs
  • Spring - server (inc. Spring Data)