An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# idou

[![CodeFactor](https://www.codefactor.io/repository/github/kougen/idou/badge)](https://www.codefactor.io/repository/github/kougen/idou)
![coverage](./badges/coverage.svg)

`移動 (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.

![architecture](./docs/exports/architecture.svg)

And the basic flow is as follows.

![flow](./docs/exports/flow.svg)

> [!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.