https://github.com/benidevo/railgun
High-performance Go library for streaming data into PostgreSQL.
https://github.com/benidevo/railgun
bulk-import csv database etl golang pgx postgresql
Last synced: 7 months ago
JSON representation
High-performance Go library for streaming data into PostgreSQL.
- Host: GitHub
- URL: https://github.com/benidevo/railgun
- Owner: benidevo
- License: mit
- Created: 2025-08-31T16:31:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T17:22:32.000Z (7 months ago)
- Last Synced: 2025-08-31T18:30:09.469Z (7 months ago)
- Topics: bulk-import, csv, database, etl, golang, pgx, postgresql
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Railgun
[](https://go.dev/)
[](https://www.postgresql.org/)
[](LICENSE)
[](https://github.com/benidevo/railgun)
High-performance streaming data pipeline for PostgreSQL. Load any format, transform on-the-fly, maintain constant memory usage.
**⚠️ Early development. Nothing here yet.**
## What I'm Building
See [Project Specification](docs/project-specification.md) for detailed requirements and design decisions.
This will be a Go library for high-performance data loading into PostgreSQL - targeting 50k+ rows/second with constant memory usage regardless of file size.
## Getting Started
```bash
# Clone the repository
git clone https://github.com/benidevo/railgun.git
cd railgun
# Install dependencies
go mod download
# Run tests (once implemented)
go test ./...
```
## License
MIT License. See [LICENSE](LICENSE) for details.