You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Kusto Copy
2
2
3
+
** This project is suspended right now. The code isn't at a usable level yet. **
4
+
3
5
This project aims at building a tool to provide copying capabilities between Azure Data Explorer (Kusto) databases. This enables scenarios such as table copy, cluster migration, replication across region (BCDR) & others.
4
6
5
7
The solution is based on exporting data on one side and ingesting it on the other. The tool takes care of orchestrating the data movement. It is fault tolerant (i.e. the tool can be interupted and restarted) and guarantees exact copies. It also tries to give a consistant replica at one point in time using database cursors and ingestion-time windows.
0 commit comments