Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-pyne/hotelreviewservicev2
Class Project: Designed and implemented efficient data structures to store and manage hotel information and reviews from Expedia API JSON data. Updated previous design to traversing and reading files using multithreading, supporting concurrent reading and writing.
https://github.com/justin-pyne/hotelreviewservicev2
Last synced: 6 days ago
JSON representation
Class Project: Designed and implemented efficient data structures to store and manage hotel information and reviews from Expedia API JSON data. Updated previous design to traversing and reading files using multithreading, supporting concurrent reading and writing.
- Host: GitHub
- URL: https://github.com/justin-pyne/hotelreviewservicev2
- Owner: justin-pyne
- Created: 2024-11-08T23:57:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:01:28.000Z (2 months ago)
- Last Synced: 2024-11-09T00:31:52.460Z (2 months ago)
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 3
The goal of Project 3 is to gain experience writing multithreaded programs.
For project 3, you will build upon your project 1 code to concurrently load hotel reviews into a thread-safe data structure that supports efficient search.
In addition to that, your program needs to support the search functionality of project 1.
Please see the description of the assignment on the course website.