seanharr11 / etlalchemy

Extract, Transform, Load: Any SQL Database in 4 lines of Code.
MIT License
555 stars 83 forks source link

Is the project still actively mantained? #57

Open BreakSecurity opened 2 years ago

BreakSecurity commented 2 years ago

Wanna know the current status of the project. I saw last commit back in 2019 and some merge request left open plus this fork that seems a "new start point" https://github.com/quassy/etlalchemy/commits/main

Anyway seems a cool proj I'll use it soon

pkej commented 2 years ago

The software works when the environment is correct. Getting it correct was a hazzle and I still don't get unicode transfers, and there is an issue with swap space (I gather) on large tables, which unfortunately rears its head.

I believe using the project on Linux box with full control is the best option.

Take a look at my dockerfile for some hints/help. It took me a lot of googling to get it working, so I hope it can save other's from having to google.

I also forked the project and have applied a couple of the PRs in my fork. I'm currently contemplating ora2pg instead.