All Projects → pingcap → Dm

pingcap / Dm

Licence: apache-2.0
Data Migration Platform

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Dm

Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+985.83%)
Mutual labels:  hacktoberfest
Flutter clean architecture
Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
Stars: ✭ 360 (-1.91%)
Mutual labels:  hacktoberfest
Brazilian Values
🇧🇷 Funções de formatação, conversão e validação para valores, documentos e outras unidades usadas no Brasil. Como CEP, CNPJ, CPF, BRL (R$), datas, números etc.
Stars: ✭ 366 (-0.27%)
Mutual labels:  hacktoberfest
Kedro
A Python framework for creating reproducible, maintainable and modular data science code.
Stars: ✭ 4,764 (+1198.09%)
Mutual labels:  hacktoberfest
Crunchy
Finds common flaws in passwords. Like cracklib, but written in Go.
Stars: ✭ 363 (-1.09%)
Mutual labels:  hacktoberfest
Pytm
A Pythonic framework for threat modeling
Stars: ✭ 363 (-1.09%)
Mutual labels:  hacktoberfest
Exceptionless.net
Exceptionless clients for the .NET platform
Stars: ✭ 362 (-1.36%)
Mutual labels:  hacktoberfest
Java
Development repository for the java cookbook
Stars: ✭ 365 (-0.54%)
Mutual labels:  hacktoberfest
Eudev
[MIRROR] Repository for eudev development
Stars: ✭ 362 (-1.36%)
Mutual labels:  hacktoberfest
Wp Graphql Acf
WPGraphQL for Advanced Custom Fields
Stars: ✭ 358 (-2.45%)
Mutual labels:  hacktoberfest
S3cmd
Official s3cmd repo -- Command line tool for managing Amazon S3 and CloudFront services
Stars: ✭ 3,767 (+926.43%)
Mutual labels:  hacktoberfest
Falco
Cloud Native Runtime Security
Stars: ✭ 4,340 (+1082.56%)
Mutual labels:  hacktoberfest
Unused Scanner
Detect unused composer dependencies
Stars: ✭ 363 (-1.09%)
Mutual labels:  hacktoberfest
Fnm
🚀 Fast and simple Node.js version manager, built in Rust
Stars: ✭ 6,102 (+1562.67%)
Mutual labels:  hacktoberfest
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (-0.54%)
Mutual labels:  hacktoberfest
Parabeac Core
It's OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code.
Stars: ✭ 346 (-5.72%)
Mutual labels:  hacktoberfest
React Kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 345 (-5.99%)
Mutual labels:  hacktoberfest
Xemu
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Stars: ✭ 362 (-1.36%)
Mutual labels:  hacktoberfest
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (-0.54%)
Mutual labels:  hacktoberfest
Caligator
🐊 An open-source kickass cross-platform Calculator with the power of alligator
Stars: ✭ 366 (-0.27%)
Mutual labels:  hacktoberfest

TiDB Data Migration Platform

Build Status GitHub release Coverage Status codecov Go Report Card FOSSA Status Discuss in Slack

TiDB Data Migration (DM) is an integrated data migration task management platform that supports full data migration and incremental data replication from MySQL/MariaDB into TiDB. It helps reduce the operations cost and simplify the troubleshooting process.

Architecture

architecture

Documentation

Building

To check the code style and build binaries, you can simply run:

make build

Note that DM supports building with Go version Go >= 1.11.4, and unit test preparation can be found in Running/Unit Test

If you only want to build binaries, you can run:

make dm-worker  # build DM-worker

make dm-master  # build DM-master

make dmctl      # build dmctl

When DM is built successfully, you can find binaries in the bin directory.

Run tests

Run all tests, including unit tests and integration tests:

make test

Installing

See the "Deploy" section in our doc

Config File

See the "Configuration" section in our doc

Roadmap

Read the Roadmap.

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

Any questions? Let's discuss in #sig-migrate in Slack

License

DM is under the Apache 2.0 license. See the LICENSE file for details.

FOSSA Status

More resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].