kgiannis / Datascience_Tablesaw

Data Science project using java Tablesaw library with Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataScience project using java Tablesaw library with Spring Boot

Link to Tablesaw library: https://github.com/jtablesaw/tablesaw

This project demonstrates the Tablesaw library and some of its functionality. I used specific hardcoded names in this project so this is going be a very limited demo.

Prerequisites

  • Java 1.8
  • Maven
  • MySQL

Installing

Run the Tablesaw_DB.sql script in order to create the DB and the DB table.

Build with maven

mvn clean package

This is a Spring Boot project deployed as WAR file.

Acknowledgments

@jtablesaw - Thank you Tablesaw team for this library!

Tablesaw

Tablesaw library provides many features. You can see a more detailed description here

About

Data Science project using java Tablesaw library with Spring Boot


Languages

Language:Java 100.0%