https://github.com/kougen/idou
Database Sync Tool
https://github.com/kougen/idou
avalonia csharp database dotnet
Last synced: 3 months ago
JSON representation
Database Sync Tool
- Host: GitHub
- URL: https://github.com/kougen/idou
- Owner: kougen
- Created: 2025-12-17T19:22:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-12-31T22:16:48.000Z (6 months ago)
- Last Synced: 2026-01-03T21:40:51.695Z (6 months ago)
- Topics: avalonia, csharp, database, dotnet
- Language: C#
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idou
[](https://www.codefactor.io/repository/github/kougen/idou)

`移動 (idō)` means migration in Japanese.
This project aims to provide syncing between different databases.
You can follow the progress on the [roadmap](https://github.com/orgs/kougen/projects/4/views/1).
> [!NOTE]
> At first the project will only support DynamoDB <-> PostgreSQL.
> There are plans to support other databases in the future.
## Development
The current architecture plan is as follows.

And the basic flow is as follows.

> [!NOTE]
> There are plans to create an API and a client application in the future.
> This way you can schedule and monitor parallel migrations through the API.