Skip to content

Releases: rikemorais/pylegends

1.2.0

24 Feb 22:29
780ca7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

1.1.0

14 Feb 03:10
0d98247
Compare
Choose a tag to compare

In this version we added the possibility of persisting data in a database. In the case of Pylegends, we chose MongoDB. This will make it possible for us to work with data streaming through an API in the future.

  • Write Data in MongoDB;

1.0.0

12 Feb 17:47
92651d4
Compare
Choose a tag to compare

In this version, the entire ETL process was implemented and a structure was created to serve Champion and Mastery data in a Table. Below, we will give a summary of the features of this version:

  • ETL process for Champions, Items and Mastery;
  • Join between Champions and Mastery data;
  • Visualization of Tabulated Data with Dash.