gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

chore: Restructure goe repo #54

Closed nj1973 closed 9 months ago

nj1973 commented 9 months ago

The repo now has this structure:

bin/         # Only contains entry points, no libraries
LICENSE      # This is still to be defined
Makefile
pyproject.toml
README.md
sql/
src/goe/     # Replaces gluentlib/gluentlib
target/      # Scratch area used to build package, no commited artefacts
templates/
tests/       # New version of testing
tools/       # Location for any extras like Unix service files or JAR builders
version      # GOE version

We are missing a docs/ directory which will come later.