<ul data-eligibleForWebStory="false">A Python project called mysql-release-notes has been created on GitHub to download MySQL release notes, parse them, and store them in a database.The project uses SQLAlchemy and mysqlclient to connect to the database, generates a schema, and fills it with release notes data.The schema follows a star pattern where each release has many issues, and each issue has encoded properties stored as property IDs.Sample queries can be used to extract valuable information like contributors, release dates, versions, and counts of text for different issues.