Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adshan/dotnet-postgresql-bulk-insert
Importing data into PostgreSQL using Bulk Insert and Functions.
https://github.com/adshan/dotnet-postgresql-bulk-insert
bulkinsert dotnet net6 postgresql stored-procedures
Last synced: 11 days ago
JSON representation
Importing data into PostgreSQL using Bulk Insert and Functions.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-postgresql-bulk-insert
- Owner: AdsHan
- License: mit
- Created: 2022-03-13T14:09:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T14:11:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T04:19:40.514Z (2 months ago)
- Topics: bulkinsert, dotnet, net6, postgresql, stored-procedures
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-postgresql-bulk-insert
Exemplo montado para verificar a performance da importação massiva de dados utilizando a estratégia Bulk Insert para popular uma tabela temporária e PostgreSQL Functions para executar o merge na tabela principal.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).