Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).