###To run the xlang script
- Create a shadow jar with
gradle shadowJar
- Run the shadow jar with
java -jar build/libs/autoxlang-0.1-all.jar 9090 --javaClassLookupAllowlistFile=src/main/resources/config.yml
- Download and run Docker
- Run
python example.py --runner DirectRunner
You will probably need to go through a lot of the core beam setup for your example.py to run
###To run the auto transformer, just run SchemaExtractor
- Support for Generic Types
- Support for Collection Types
- Testing generation on more complex (i.e. existing) PTransforms