{"id":44979621,"url":"https://github.com/edanalytics/startingblocks_oss","last_synced_at":"2026-02-18T18:03:12.163Z","repository":{"id":296460700,"uuid":"858344405","full_name":"edanalytics/startingblocks_oss","owner":"edanalytics","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-30T21:39:15.000Z","size":34455,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"7.x","last_synced_at":"2025-05-31T07:41:34.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edanalytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-16T18:24:18.000Z","updated_at":"2025-03-31T16:20:37.000Z","dependencies_parsed_at":"2025-05-31T07:55:17.018Z","dependency_job_id":null,"html_url":"https://github.com/edanalytics/startingblocks_oss","commit_stats":null,"previous_names":["edanalytics/startingblocks_oss"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/edanalytics/startingblocks_oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fstartingblocks_oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fstartingblocks_oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fstartingblocks_oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fstartingblocks_oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edanalytics","download_url":"https://codeload.github.com/edanalytics/startingblocks_oss/tar.gz/refs/heads/7.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fstartingblocks_oss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29588777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-18T18:03:11.417Z","updated_at":"2026-02-18T18:03:12.157Z","avatar_url":"https://github.com/edanalytics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://admin.startingblocks.org/assets/starting-blocks-1ceab864.svg)\n\nWelcome to the StartingBlocks Open Source repository! The artifacts in this repository will allow users to deploy a cloud native Ed-Fi ODS/API implementation using AWS resources. StartingBlocks is additionally inclusive of a suite of management functions that allow users to manage resources to configure their Ed-Fi deployment appropraitely for a variety of use cases.\n\n\u003e[!TIP]\n\u003eDocumentation is available in the [docs](./docs/) folder in this repo, and at [docs.startingblocks.org](https://docs.startingblocks.org). \n\n# Getting Started\n\n## Prerequisites\n1.  You must have an AWS account\n2.  You must have deployed a custom VPC, 2 public subnets, and 2 private subnets before deploying the StartingBlocks templates. \u003cb\u003eIt is not advisable for users to use the default VPC initially deployed by AWS\u003c/b\u003e.\n3.  You must have created a Hosted Zone and NS record for the domain at which you intend to deploy your StartingBlocks environment(s).\n\nIf you would like more guidance and support with deploying StartingBlocks, [please reach out to our team using this form.](https://edanalytics.atlassian.net/helpcenter/products-and-services/portal/15/group/45/create/300)\n\n## Deployment Steps\nSteps to deploy StartingBlocks templates.\n\n1.  In your AWS account, create an S3 bucket that will be used to hold the StartingBlocks templates. \nExample bucket name:\n    -  `{orgname}-{environment label}-{version}-cloudformation` \n    - `EducationAnalytics-Prod2425-7.1-cloudformation`\n#####\n        aws s3api create-bucket --bucket my-cfn-bucket\n2.  Clone the StartingBlocks OSS repository to your local workstation and checkout the relevant version branch.\n    - All Ed-Fi ODS/API 7.x versions can be deployed from the StartingBlocks `7.x` branch.  Use this branch to deploy Ed-Fi API 7.1, 7.2, or 7.3.\n#####\n        git clone https://github.com/edanalytics/startingblocks_oss.git\n        cd startingblocks_oss\n        git checkout 7.x\n3.  Upload the contents of the repository to your S3 bucket location. You can do this via AWS CLI or dragging the folders from your file explorer to the S3 console for your bucket.\n#####\n        aws s3 sync . s3://my-cfn-bucket/ --exclude \".git/*\"\n4.  Copy the S3 URL for the `templates \u003e 1-StartingBlocks-Main-Template.yml` file.\n#####\n        https://my-cfn-bucket.s3.REGION.amazonaws.com/templates/1-StartingBlocks-Main-Template.yml\n1.  Navigate to the [CloudFormation console](https://us-east-2.console.aws.amazon.com/cloudformation/) in AWS. Create a new stack with new resources.\n2.  Select `Template is ready \u003e Amazon S3 URL` and paste your copied URL for the `1-StartingBlocks-Main-Template.yml` file into the field.\n3.  Enter stack parameter values. [Please read the doc here for more information on parameter values.](./docs/sbe-parameter-values.md)\n4.  Navigate through the various screens until you are able to start the deployment.\n\n## Post Deploymnet Configuration\n\nAfter a successful CloudFormation deployment of the StartingBlocks stack:\n1. Use the [TenantManagement](./docs/sbe-functions.md#variable-requirements) function to create Ed-Fi Tenants.\n2. Use the [ODSManagement](./docs/sbe-functions.md#variable-requirements-1) function to create ODSs within Tenants.\n3. Use the [EdOrgManagement](./docs/sbe-functions.md#variable-requirements-2) function to create preliminary EdOrg records within ODSs.\n    - The EdOrg records created using this function are meant to be updated with full information via integrating systems. It is not meant to create comprehensive records, but rather populate enough information to create API credentials.\n4. Use the [TenantManagement](./docs/sbe-functions.md#keygen) KeyGen action to create AdminAPI credentials for a given Tenant.\n5. Use the AdminAPI to create application (Ed-Fi API) credentials for the Tenants.\n    - [Please read the AdminAPI documentation published by the Alliance for detailed information on usage.](https://github.com/Ed-Fi-Alliance-OSS/AdminAPI-2.x)\n\n\u003e[!TIP]\n\u003eEducation Analytics offers StartingBlocks as a managed service. [Inquire here](https://www.edanalytics.org/products/starting-blocks)!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedanalytics%2Fstartingblocks_oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedanalytics%2Fstartingblocks_oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedanalytics%2Fstartingblocks_oss/lists"}