Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic committed Nov 15, 2021
0 parents commit 087d04c
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
92 changes: 92 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
#
# Copyright 2021 ABSA Group Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
#*.off
*.old

# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies
.scalastyle

# idea
.idea
*.iml

# vs code
.vscode

# building
target
build
null
tmp*
temp*
dist
test-output
build.log

# other scm
.svn
.CVS
.hg*

# switch to regexp syntax.
# syntax: regexp
# ^\.pc/

build.log

.cache*
dependency-reduced-pom.xml

_testOutput
_tradeOutput
_tradeData
_countryMT
_currencyMT
_productMT
_nestedStructs
myTestCheckpoints

**/main/resources/application.properties
**/main/resources/application.conf
**/main/resources/application.yaml
**/main/resources/application.yml
**/main/resources/spline.properties
**/main/resources/kafka.properties
**/menas/*/main/resources/*.properties
**/enceladus_env.sh
*.config
*.keytab
.DS_Store

node_modules/
Component-preload.js

# Jekyll auto
_site
.sass-cache
.jekyll-metadata

utils/resources/*.conf
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Spark Data Standardization Library

- Dataframe in
- Standardized Dataframe out

0 comments on commit 087d04c

Please sign in to comment.