Coder Social home page Coder Social logo

quiet-node / csc-365-fullstack-app-iii Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 3.25 MB

๐Ÿ€ Version 3.0 applies graph theory to form up graphs based on geographical distances, and utilize Dijkstra's algorithm to find the shortest path (weighted by similarity rate) between two chosen nodes in the graph.

Java 77.25% HTML 0.27% JavaScript 0.19% TypeScript 22.23% CSS 0.05%
full-stack java springboot suny-oswego d3 react react-d3-graph typescript mysql tailwindcss

csc-365-fullstack-app-iii's Introduction

CSC-365 fullstack app 3.0

Overview

  • This project is the extention of the CSC-365-fullstack-app 1.0 and CSC-365-fullstack-app 2.0

  • Version 1.0 is a full-stack web application that works like a search engine which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.

  • Version 2.0 allows users to fetch 5-10 clusters randomly from the Spring Boot server. It then feed the clusters to React+D3.js (Data-driven document) in the FE to form up a hierarchical tree.

  • This new extended version 3.0 applies graph theory to form up graphs based on geographical distances, and utilize Dijkstra's alogorithm to find the shortest path (weighted by similarity rate) between two chosen nodes in the graph.

Project Showcase

React D3 Graph showcase

RD3G_showcase.mp4

Dijkstra Shortest Path showcase

Dijkstra_shortest_path.mp4

Technologies:

Backend -- Engine

  • Java Springboot
  • Customized B-Tree
  • Java NIO/IO
  • Clustering using K-Means
  • Customized HashTable
  • Cosine Similarity
  • MySql Database / Docker image
  • Haversine formula
  • Graph theory (Dijkstra's algorithm, Union-Find Disjoint Set, Weighted Graph)

Frontend -- client

  • Vite/React--TypeScript
  • React D3 Graph
  • Tailwindcss
  • Material-UI

Resources

Version 3.0

Version 2.0

Version 1.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.