Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dbeaver | 32,279 | a day ago | 1,753 | apache-2.0 | Java | |||||
Free universal database tool and SQL client | ||||||||||
Airbyte | 10,828 | a day ago | 90 | June 23, 2022 | 4,669 | other | Python | |||
Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. | ||||||||||
Doris | 8,414 | a day ago | 1,717 | apache-2.0 | Java | |||||
Apache Doris is an easy-to-use, high performance and unified analytics database. | ||||||||||
Node Orm2 | 3,069 | 700 | 98 | a year ago | 100 | June 22, 2022 | 224 | mit | JavaScript | |
Object Relational Mapping | ||||||||||
Fluentmigrator | 2,955 | 548 | 130 | 2 days ago | 52 | January 14, 2022 | 221 | apache-2.0 | C# | |
Fluent migrations framework for .NET | ||||||||||
Tbls | 2,335 | 4 | 22 days ago | 31 | May 28, 2022 | 27 | mit | Go | ||
tbls is a CI-Friendly tool for document a database, written in Go. | ||||||||||
Jailer | 1,644 | a day ago | 57 | July 04, 2022 | apache-2.0 | Java | ||||
Database Subsetting and Relational Data Browsing Tool. | ||||||||||
Db.py | 1,201 | 26 | 1 | 3 years ago | 35 | March 31, 2017 | 32 | bsd-2-clause | Python | |
db.py is an easier way to interact with your databases | ||||||||||
Tadpolefordbtools | 512 | 3 years ago | 126 | Java | ||||||
Yuniql | 292 | 1 | 7 | a year ago | 25 | May 25, 2022 | 65 | apache-2.0 | C# | |
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released! |
This gem copies data from postgres to redshift. It's especially useful to copy data from postgres to redshift in heroku.
Add this line to your application's Gemfile:
gem 'postgres_to_redshift'
And then execute:
$ bundle
Or install it yourself as:
$ gem install postgres_to_redshift
Set your source and target databases, as well as your s3 intermediary.
export POSTGRES_TO_REDSHIFT_SOURCE_URI='postgres://username:[email protected]:port/database-name'
export POSTGRES_TO_REDSHIFT_TARGET_URI='postgres://username:[email protected]:port/database-name'
export POSTGRES_TO_REDSHIFT_TARGET_SCHEMA='testing-data'
export S3_DATABASE_EXPORT_ID='yourid'
export S3_DATABASE_EXPORT_KEY='yourkey'
export S3_DATABASE_EXPORT_BUCKET='some-bucket-to-use'
postgres_to_redshift
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)