项目作者: Vilgefortzz

项目描述 :
Tool for comparison database efficiency
高级语言: Java
项目地址: git://github.com/Vilgefortzz/comparison-of-database-efficiency.git


comparison-of-database-efficiency

Tool for comparison database efficiency.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

  1. MySQL
  2. MongoDB

Installing

  1. Download JavaFX library for specific system and JDK version: https://gluonhq.com/products/javafx/

  2. Add lib folder from JavaFX to classpath of the project

  3. Copy .env.example to .env

  4. Provide correct data for your environment file ( .env )

For example:

  1. # MySQL configuration
  2. MYSQL_HOST=localhost
  3. MYSQL_PORT=3306
  4. MYSQL_USER=root
  5. MYSQL_PASSWORD=root
  6. # MongoDB configuration
  7. MONGODB_HOST=localhost
  8. MONGODB_PORT=27017