>From the learning material that Ankur linked, you can find some maven archetypes which allow you to get a simple starter project or project with examples going: https://beam.apache.org/get-started/quickstart-java/
On Wed, Apr 22, 2020 at 2:38 PM Ankur Goenka <[email protected]> wrote: > To start, beam website has a list of learning material > https://beam.apache.org/documentation/resources/learning-resources/#getting-started > > I personally found beam katas really useful > https://beam.apache.org/blog/2019/05/30/beam-kata-release.html > > Further beam documentation > https://beam.apache.org/documentation/pipelines/design-your-pipeline/ can > be used for more details. > > On Wed, Apr 22, 2020 at 2:09 PM Jordan Thomas-Green <[email protected]> > wrote: > >> Hi- >> I'm looking for the best walkthroughs/tutorials/resources for a data >> scientist writing their own pipelines. Primarily looking for Java >> implementations but Scala and Python are ok too. Looking for resources >> that 'hold your hand' a lot more than the Github repos due to all of >> the Java constructs one would have to learn (annotations, passing in >> class files etc) and are of a broader reach than the Beam Katas etc. >> What are the best resources you've seen? >> >
