{"id":21721404,"url":"https://github.com/informaticsmatters/smi-format-support","last_synced_at":"2026-05-10T17:03:25.289Z","repository":{"id":42079081,"uuid":"370722080","full_name":"InformaticsMatters/smi-format-support","owner":"InformaticsMatters","description":"A DataTier Format-Support Implementation for CSV","archived":false,"fork":false,"pushed_at":"2022-04-13T14:25:10.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T21:49:02.668Z","etag":null,"topics":["squonk2"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InformaticsMatters.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}},"created_at":"2021-05-25T14:29:11.000Z","updated_at":"2022-09-20T10:18:18.000Z","dependencies_parsed_at":"2022-08-12T04:20:16.747Z","dependency_job_id":null,"html_url":"https://github.com/InformaticsMatters/smi-format-support","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"InformaticsMatters/format-support-template","purl":"pkg:github/InformaticsMatters/smi-format-support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsmi-format-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsmi-format-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsmi-format-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsmi-format-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InformaticsMatters","download_url":"https://codeload.github.com/InformaticsMatters/smi-format-support/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsmi-format-support/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["squonk2"],"created_at":"2024-11-26T02:16:34.781Z","updated_at":"2026-05-10T17:03:25.257Z","avatar_url":"https://github.com/InformaticsMatters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smi-format-support\n\n[![build](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/build.yaml/badge.svg)](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/build.yaml)\n[![publish latest](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-latest.yaml/badge.svg)](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-latest.yaml)\n[![publish tag](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-tag.yaml/badge.svg)](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-tag.yaml)\n[![publish stable](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-stable.yaml/badge.svg)](https://github.com/InformaticsMatters/smi-format-support/actions/workflows/publish-stable.yaml)\n\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/informaticsmatters/smi-format-support)\n\n---\n\nA repository for the **Informatics Matters DataTier dataset\nsmi-format-support container image implementations**.\n\n\n## Building\nYou should be able to build your format-support image using `docker`: -\n\n    $ docker build . -t ${PWD##*/}:latest\n\nOr `docker-compose`: -\n\n    $ IMAGE_NAME=${PWD##*/} docker-compose build\n\n## Testing\nFamiliarise yourself with `TESTING.md`, which describes the testing strategy \n\nFor more information on the tests for this repo, see [test/readme.md]\nA simple shell script cas been written to run all the tests. The command is: -\n\n    $ ./test/runtests.sh\n\nThe remaining text in this file has been left unmodified from the template for information.\n\n## Required image tags\nThe DataTier Manager will only execute formatter images tagged `:stable`\nso you **MUST** ultimately produce an image with this tag. You are also\nencouraged to produce a `:latest` tag and any specific tags that satisfy your\nown needs (with formats like `1.0.0-rc.1`, `1.0.0` and `2021.1`).\n\n\u003e   This repository's built-in GitHub Actions (see the next section)\n    will do all this for you.\n\n## Built-in GitHub Actions\nThe template contains a number of [GitHub Actions] that will automatically\nbuild the container image and also publish `:latest` and any tags you make to\nDocker Hub.\n\nThis relies on your docker registry mirroring your repository. If your docker\nrepository name does not mirror your GitHub repository name then you will need\nto adjust these actions. For example, if you create a GitHub repository\nfrom this one and call it 'XYZ/my-support-template' then you must be able to\npush docker images to 'xyz/my-support-template:latest'. If not, you will need\nto edit the workflow files to satisfy your needs.\n\n\u003e   Your images must be published to Docker Hub.\n\nThe following built-in actions are: -\n\n1.  **For every commit to main** an Action builds the docker image and\n    pushes it using the image tag `:latest`.\n    This is accomplished by the `publish-latest.yaml` Action.\n2.  **For every repository tag** an Action builds the docker image and\n    pushes it with the image tag `:\u003ctag\u003e`\n    This is accomplished by the `publish-tag.yaml` Action.\n    -   If the tag looks like a _formal_ release, i.e. is a 2 or 3-digit number\n        like `2021.1` or `1.0.0` an Action builds the docker image and\n        pushes it using the image tag `:\u003ctag\u003e` and the tag `:stable`\n        This is accomplished by the `publish-stable.yaml` Action.\n3.  **For every commit on a branch**, or a pull request to main, an Action\n    runs that just builds the docker image - but does not push it.\n    This is accomplished by the `build.yaml` Action.\n\nIn order for the above Actions to succeed you will need to define the following\nGitHub Repository (or Organisation) **secrets**: -\n\n-   `DOCKERHUB_USERNAME` A Docker Hub user\n-   `DOCKERHUB_TOKEN` A Docker Hub user password or, ideally, access token\n\n\u003e   Repositories created in the InformaticsMatters organisation\n    are already presented with these secrets as they are already\n    defined at the Organisation level.\n\n## Updating the badge links\nDon't forget to replace the `InformaticsMatters/format-support-template`\nvalues in the above badge links with the name of your own repository, otherwise\nyour badges will reflect the template repository's state, not yours.\n\n---\n\n[github actions]: https://github.com/features/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsmi-format-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finformaticsmatters%2Fsmi-format-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsmi-format-support/lists"}