bireme
Bireme is an incremental synchronization tool for the Greenplum / HashData data warehouse
파일 탐색기
최종 버전 다운로드 (.zip)- bireme
- compare.py
- create_table_index.sql
- init.sh
- parallel_load.sh
- source.sh
- sqlCheckSum.py
- tpcc_test.md
- bireme.png
- bireme_guide.md
- bireme_guide_zh-cn.md
- data_flow.png
- debezium.png
- maxwell.png
- pipeline.png
- config.properties
- debezium1.properties
- maxwell1.properties
- config.properties
- debezium_CI.properties
- log4j2.xml
- check_result.py
- prepare.sh
- setup.sql
- config.properties
- log4j2.xml
- maxwell_CI.properties
- check_result.py
- mysql_setup.sql
- pg_setup.sql
- prepare.sh
- sqldump.py
- test.sh
- eclipse-java-google-style.xml
- format.sh
- setup-eclipse.sh
- assembly.xml
- DebeziumPipeLine.java
- KafkaPipeLine.java
- MaxwellPipeLine.java
- PipeLine.java
- SourceConfig.java
- AbstractCommitCallback.java
- Bireme.java
- BiremeException.java
- BiremeUtility.java
- ChangeLoader.java
- ChangeSet.java
- CommitCallback.java
- Config.java
- Context.java
- Dispatcher.java
- GetPrimaryKeys.java
- LoadTask.java
- PipeLineStat.java
- Record.java
- Row.java
- RowCache.java
- RowSet.java
- Scheduler.java
- StateServer.java
- Table.java
- checkstyle.xml
- log4j2.xml
- docker-compose.yml
- mysql_test.sh
- .clang-format
- .gitignore
- .travis.yml
- _config.yml
- LICENSE.txt
- pom.xml
- README.md
- README_zh-cn.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/HashDataInc/bireme
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd bireme
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn clean install
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
