Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanamhub/postgresql-to-mssql
Migrate postgresql data to sql server on the fly!
https://github.com/sanamhub/postgresql-to-mssql
database etl mssql-database postgresql postgresql-database sql sqlserver
Last synced: 2 months ago
JSON representation
Migrate postgresql data to sql server on the fly!
- Host: GitHub
- URL: https://github.com/sanamhub/postgresql-to-mssql
- Owner: sanamhub
- Created: 2023-01-23T15:06:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T05:02:00.000Z (8 months ago)
- Last Synced: 2024-09-29T14:22:52.114Z (3 months ago)
- Topics: database, etl, mssql-database, postgresql, postgresql-database, sql, sqlserver
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
⚠️ This project is still in beta, and under development ⚠️
# postgresql-to-mssql
Migrate data from postgresql to sql server on the fly!
### Description
This is a .NET console application that handles data migration (data from tables and views) from postgresql to sql server. It aims to make the process of migrating data from one database to another as seamless and easy as possible.
### Motivations
As an open source enthusiast, I noticed the lack of workable open source tools for migrating data between databases, and the high cost of some paid tools. I wanted to make a contribution to the open source community by creating a tool that is both effective and accessible to all.
### Features
- Migrates data from tables and views in PostgreSQL to SQL Server
- Written in .NET for high performance and compatibility with a wide range of systems
- Easy to use console interface
- Open source and free to use### Getting Started
1. Clone or download the repository
2. Open the solution in Visual Studio
3. Build the solution
4. Run the executable
5. Follow the prompts to configure the migration### Contributing
Please fork the repository and submit a pull request. For more [CONTRIBUTING.md](https://github.com/sanamhub/postgresql-to-mssql/blob/main/CONTRIBUTING.md)
### License
This project is licensed under the [MIT License](https://github.com/sanamhub/postgresql-to-mssql/blob/main/LICENSE)
### Acknowledgements
Thank you to the open source community for all of the support and resources that made this project possible.
### Support
If you have any questions or issues, please open an discussion on GitHub or contact me directly.
#### Happy migrating!
PS. This README is generated by ChatGPT