Skip to content

SageFrames brings together Sage ERP cloud platform and DataFrame-based data science. Transforming purchase & sales data into insights, recommendations and more with Apache Spark has never been easier.

License

Notifications You must be signed in to change notification settings

predictiveworks/sage-frames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SageFrames

SageFrames

SageFrames leverages the Sage Accounting API and retrieves datasets like PurchaseInvoice, SalesInvoice and more in form of data science ready Apache Spark DataFrames.

A few lines of code are sufficient to start DataFrame-based data science:

/* Dataset name */
val dataset = "PurchaseInvoice"

/* Query parameters to filter the dataset */
val query = Map.empty[String,Any]

val dataframe = new SageReader().read(dataset, query)

About

SageFrames brings together Sage ERP cloud platform and DataFrame-based data science. Transforming purchase & sales data into insights, recommendations and more with Apache Spark has never been easier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages