File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ codecov] ( https://codecov.io/gh/SETL-Developers/setl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SETL-Developers/setl )
66[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.jcdecaux.setl/setl_2.11.svg?label=Maven%20Central&color=blue )] ( https://mvnrepository.com/artifact/com.jcdecaux.setl/setl )
77[ ![ javadoc] ( https://javadoc.io/badge2/com.jcdecaux.setl/setl_2.11/javadoc.svg )] ( https://javadoc.io/doc/com.jcdecaux.setl/setl_2.11 )
8- [ ![ documentation] ( https://img.shields.io/badge/docs-passing-1f425f.svg )] ( https://setl-developers .github.io/setl/ )
8+ [ ![ documentation] ( https://img.shields.io/badge/docs-passing-1f425f.svg )] ( https://setl-framework .github.io/setl/ )
99
1010If you’re a ** data scientist** or ** data engineer** , this might sound familiar while working on an ** ETL** project:
1111
@@ -19,7 +19,7 @@ If you’re a **data scientist** or **data engineer**, this might sound familiar
1919
2020### In a new project
2121
22- You can start working by cloning [ this template project] ( https://github.com/qxzzxq /setl-template ) .
22+ You can start working by cloning [ this template project] ( https://github.com/SETL-Framework /setl-template ) .
2323
2424### In an existing project
2525
@@ -63,7 +63,7 @@ The entry point of a SETL project is the object `com.jcdecaux.setl.Setl`, which
6363
6464### Show me some code
6565
66- You can find the following tutorial code in [ the starter template of SETL] ( https://github.com/qxzzxq /setl-template ) . Go and clone it :)
66+ You can find the following tutorial code in [ the starter template of SETL] ( https://github.com/SETL-Framework /setl-template ) . Go and clone it :)
6767
6868Here we show a simple example of creating and saving a ** Dataset[ TestObject] ** . The case class ** TestObject** is defined as follows:
6969
You can’t perform that action at this time.
0 commit comments