Code Monkey home page Code Monkey logo

bigdata-management-platform's Introduction

codecov

Quick Start

Environment: jdk 8 and maven 3.6+

apt install openjdk-8-jdk
apt install maven

Test

mvn clean test

Installation

  1. Start MySQL and create database
docker run -itd --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql:5.7
docker exec mysql mysql -u root -proot -e "CREATE DATABASE bmp CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci';"
  1. Build jar
mvn clean package

Start

java -jar ./bmp-catalog/target/bmp-catalog-1.0-SNAPSHOT.jar

Or debug entry point is Application.java

Demo

  1. start a HIVE datasource
docker-compose -f ./demo/hive_datasource/docker-compose.yml -p data up -d
  1. create HIVE table
docker exec data-hive-server-1 hive -f /tables.sql
  1. Request demo.http with VS Code REST Client or JetBrains HTTP Client Editor

  2. stop HIVE datasource

docker-compose -f ./demo/hive_datasource/docker-compose.yml -p data down

bigdata-management-platform's People

Contributors

black-06 avatar

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.