AlexIoannides / pyspark-example-project

Implementing best practices for PySpark ETL jobs and applications.
1.56k stars 672 forks source link

Nice work! Could you please add the license file? #16

Closed bambrozio closed 3 years ago

bambrozio commented 3 years ago

Nice work! Could you please add the license file? I was wondering if this is a MIT or Apache license. Cheers!

AlexIoannides commented 3 years ago

This is so high-level that I'm not sure it evens needs a license!

rakaliku commented 3 years ago

Nice work! Could you please add the license file? I was wondering if this is a MIT or Apache license. Cheers!

@bambrozio Just wandering, for simple practice code , what should be my license file. please guide me.

My Github:- [https://github.com/rakaliku/PySpark ]

AlexIoannides commented 3 years ago

@rakaliku This is a useful resource.

rakaliku commented 3 years ago

if possible can you please check my GITHUB, and suggest me anything possible. I m a learner and not aware this license process actually, It will great help for me. https://github.com/rakaliku/PySpark @AlexIoannides

bambrozio commented 3 years ago

When you create a new repository, GitHub suggests you some default licenses you can use. Just select one (MIT is usually the one for free open-source). Here you have instructions on how to do that for repos that already exist.