ma-services: Data visualization for MA Services.
ma-services is a data visualization to show all Massachusetts services with their sizes, government spending, and eligibility criteria.
ma-services is built using HTML, CSS, JS and D3.
It's easy to filter by type of service, and see different views.
Views | Filters |
---|---|
Tree Map | All Services |
Table | Benefits Only |
Other |
Within All and Benefits, the Other section expands to show small enrollment sized services
Clone the repo to your local machine:
$ git clone https://github.com/goinvo/ma-services.git
To run ma-service locally, you need to install:
Node.js:
$ npm install -g npm
Local server:
$ npm install http-server
To run the local server:
$ http-server
To view our research, see the master google sheets document.
Enrollment and spending statistics are mainly from FY2023.
Currently, ma-services is only showcasing a few of the most commmonly used MA services. The next step is to add all MA services to the visualization.
To update the dataset, update the JSON files in this repo.
Additionally, the data for each JSON file is a google sheet in the MAServices --> Sheets to JSON Google Drive folder
Founders/Designers: GoInvo is a digital design studio in Boston, crafting the future of healthcare through strategy, creativity, and vision.
ma-services is CC0-1.0 licensed.