{"id":16131800,"url":"https://github.com/bcopy/bombarde","last_synced_at":"2025-06-11T00:07:15.647Z","repository":{"id":248349292,"uuid":"828456067","full_name":"bcopy/bombarde","owner":"bcopy","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-14T08:00:33.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T14:43:08.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/bcopy.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}},"created_at":"2024-07-14T07:51:38.000Z","updated_at":"2024-07-14T08:00:36.000Z","dependencies_parsed_at":"2024-07-14T09:05:58.823Z","dependency_job_id":null,"html_url":"https://github.com/bcopy/bombarde","commit_stats":null,"previous_names":["bcopy/bombarde"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fbombarde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fbombarde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fbombarde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fbombarde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcopy","download_url":"https://codeload.github.com/bcopy/bombarde/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcopy%2Fbombarde/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172988,"owners_count":22816560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-09T22:27:10.034Z","updated_at":"2025-06-11T00:07:15.528Z","avatar_url":"https://github.com/bcopy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bombarde - a multi-purpose SBOM server\n\nThis sample project exhibits a server to store and query SBOM CycloneDX documents.\n\n# Requirements\n\n* Java 17 or later\n* Gradle 7.5+\n\n## Feature roadmap\n\n* REST document uploads and downloads\n* SBOM format validation\n* Support for complex queries (e.g. GraphQL)\n* WebDAV support\n\n# Developer's corner\n\n### Reference Documentation\nFor further reference, please consider the following sections:\n\n* [Official Gradle documentation](https://docs.gradle.org)\n* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.3/gradle-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.3/gradle-plugin/reference/html/#build-image)\n* [GraalVM Native Image Support](https://docs.spring.io/spring-boot/docs/3.1.3/reference/html/native-image.html#native-image)\n* [Spring Boot Testcontainers support](https://docs.spring.io/spring-boot/docs/3.1.3/reference/html/features.html#features.testing.testcontainers)\n* [Testcontainers MongoDB Module Reference Guide](https://java.testcontainers.org/modules/databases/mongodb/)\n* [Spring Data MongoDB](https://docs.spring.io/spring-boot/docs/3.1.3/reference/htmlsingle/index.html#data.nosql.mongodb)\n* [Spring Web Services](https://docs.spring.io/spring-boot/docs/3.1.3/reference/htmlsingle/index.html#io.webservices)\n* [Rest Repositories](https://docs.spring.io/spring-boot/docs/3.1.3/reference/htmlsingle/index.html#howto.data-access.exposing-spring-data-repositories-as-rest)\n* [Jersey](https://docs.spring.io/spring-boot/docs/3.1.3/reference/htmlsingle/index.html#web.servlet.jersey)\n* [Spring Boot Actuator](https://docs.spring.io/spring-boot/docs/3.1.3/reference/htmlsingle/index.html#actuator)\n* [Testcontainers](https://java.testcontainers.org/)\n\n### Guides\nThe following guides illustrate how to use some features concretely:\n\n* [Accessing Data with MongoDB](https://spring.io/guides/gs/accessing-data-mongodb/)\n* [Producing a SOAP web service](https://spring.io/guides/gs/producing-web-service/)\n* [Accessing JPA Data with REST](https://spring.io/guides/gs/accessing-data-rest/)\n* [Accessing Neo4j Data with REST](https://spring.io/guides/gs/accessing-neo4j-data-rest/)\n* [Accessing MongoDB Data with REST](https://spring.io/guides/gs/accessing-mongodb-data-rest/)\n* [Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)\n\n### Additional Links\nThese additional references should also help you:\n\n* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)\n* [Configure AOT settings in Build Plugin](https://docs.spring.io/spring-boot/docs/3.1.3/gradle-plugin/reference/htmlsingle/#aot)\n\n## GraalVM Native Support\n\nThis project has been configured to let you generate either a lightweight container or a native executable.\nIt is also possible to run your tests in a native image.\n\n### Lightweight Container with Cloud Native Buildpacks\nIf you're already familiar with Spring Boot container images support, this is the easiest way to get started.\nDocker should be installed and configured on your machine prior to creating the image.\n\nTo create the image, run the following goal:\n\n```\n$ ./gradlew bootBuildImage\n```\n\nThen, you can run the app like any other container:\n\n```\n$ docker run --rm bombarde:0.0.1-SNAPSHOT\n```\n\n### Executable with Native Build Tools\nUse this option if you want to explore more options such as running your tests in a native image.\nThe GraalVM `native-image` compiler should be installed and configured on your machine.\n\nNOTE: GraalVM 22.3+ is required.\n\nTo create the executable, run the following goal:\n\n```\n$ ./gradlew nativeCompile\n```\n\nThen, you can run the app as follows:\n```\n$ build/native/nativeCompile/bombarde\n```\n\nYou can also run your existing tests suite in a native image.\nThis is an efficient way to validate the compatibility of your application.\n\nTo run your existing tests in a native image, run the following goal:\n\n```\n$ ./gradlew nativeTest\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcopy%2Fbombarde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcopy%2Fbombarde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcopy%2Fbombarde/lists"}