-
Notifications
You must be signed in to change notification settings - Fork 0
Module : Libraries (lib)
Nuwan Waidyanatha edited this page Nov 23, 2023
·
2 revisions
The lib module offers supporting libraries for the functional modules.
A collection of packages that offer a wrapper for using apache spark functions and features.
Apache Spark requires a session instance. For example, for creating a spark Dataframe purely for spark data workloads. While sparkRDBM and sparkNoSQL create specific sessions, this package doesn't require all the database connection information.
from rezaware.modules.lib.spark import execSession
mySession = execSession.session
A collection of packages that offer generic and standardized rezaware platform-wide utilities.
Reference package handles the data workloads, mainly, for referring static (lookup) type data.
from rezaware.modules.lib.utils import reference as ref
clsRef = ref.dataWorkLoads(desc=__desc__,)
Rezaware abstract BI augmented AI/ML entity framework © 2022 by Nuwan Waidyanatha is licensed under Creative Commons Attribution 4.0 International