Versions Compared
Version | Old Version 5 | New Version 6 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This section provides an overview of what's new for in each release of the Analytics Middle Tier.
Version 2.0.0 (Latest)
Enhancements
The version 2.0.0 release of Analytics Middle resolves several key architectural problems from the original releases, and introduces improvements that make the tool easier to maintain and easier for the community to make contributions. This release includes breaking changes from previous releases.
Highlights include:
- Supports Ed-Fi Data Standard v2.2, v3.1, and v3.2 (both 3.2a or 3.2b).
- Thus it supports Ed-Fi ODS/API versions 2.5.1, 2.6, 3.1.1, 3.2.0, 3.3.0, and 3.4.0.
- The names of "dimension views" have been trimmed to use the suffix "Dim" instead of "Dimension".
- All references to Student, Parent, and Staff tables in the Ed-Fi ODS database now utilize the "UniqueId" unique columns instead of the "USI" unique columns.
- A
SchoolYear
column has been added to several views, thus facilitating import of Analytics Middle Tier data from multiple year-specific databases into a single data mart. - The old
StudentDimension
is now two views:StudentSchoolDim
andStudentLocalEducationAgencyDim
. These two views encapsulate the relationship of a student to an organization entity, including demographic information. - Fully supports mapping descriptors (and, in Data Standard v2.2, Types) to constant values used by the views — thus removing the previous hard-coding of the views to the out-of-the box Ed-Fi Descriptors (and types).
- There is a clearly defined set of core views that are always installed, and a mechanism for the optional install of use-case specific views. The original Early Warning System and Row-Level Security views have now become optional use-case collections.
- Program-related views were removed, but may be replaced in the future based on community needs.
For more information on these design changes, please see Version 2.0 Requirements and Design.
Bug Fixes
Some of the enhancements were in response to community-identified issues, which were never logged as bugs per se. They are listed below for completeness along with one community-reported bug.
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Installation
Brief instructions follow. For more detailed instructions, please see the AMT Deployment Guide.
- Download the compiled application from GitHub, either:
- EdFi.AnalyticsMiddleTier-win10.x64.zip is fully compiled for execution in Windows 10 or Windows Server 2016/2019, with or without the .NET Core 3.1 runtime, or
- EdFi.AnalyticsMiddleTier.zip contains the compiled code without platform optimizations. Requires the .NET Core 3.1 runtime, which can be executed in any .NET Core support environment.
- Unzip the downloaded files, open PowerShell, and navigate to the folder containing the application files.
- Run the application with no arguments, carefully studying the help message for detailed instructions on the command line operation of this tool.
- For EdFi.AnalyticsMiddleTier-win10.x64.zip:
cd
EdFi.AnalyticsMiddleTier-win10.x64
.\EdFi.AnalyticsMiddleTier.Console.exe
- For EdFi.AnalyticsMiddleTier.zip:
cd
Ed
-Fi
-Analytics
-Middle
-Tier
\src
dotnet EdFi.AnalyticsMiddleTier.Console.dll
- For EdFi.AnalyticsMiddleTier-win10.x64.zip:
Version 1.3.2
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes
|
Version 1.3.1
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Bug Fixes
|
Version 1.3.0
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
New FunctionalityNow with support for Data Standard 3.1! (both ODS/API 3.1 and 3.2). The default installation parameters still correspond to Data Standard 2.x. To install with Data Standard 3.1, add flag
Or alternately, use the short-hand:
Bug FixesStudent enrollment now accepts students with future exit date as being enrolled, whereas before the views were erroneously excluding all students with an ExitDate regardless of when that date occurs.
|
Version 1.2.0
Expand |
---|
New Functionality
Bug Fixes
|
Version 1.1.0
Expand |
---|
The installation process has changed slightly, to make it easier to introduce new optional domains. Now, to install the optional indexes, use argument This release includes the EWS views created for the QuickSight starter kit.
In |
Version 1.0.0
Initial release.
Contents
Table of Contents | ||
---|---|---|
|