Skip to content

Commit

Permalink
feat: replace implementation with sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Sep 17, 2024
1 parent e7ac155 commit 99af20f
Show file tree
Hide file tree
Showing 16 changed files with 306 additions and 1,466 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--- Build stage
FROM golang:1.21-bullseye AS go-builder
FROM golang:1.22-bullseye AS go-builder

WORKDIR /src

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ make build

## Example

> ⚠️ **The following example mey be outdated**.
Hereafter is presented an example using this proxy locally, providing all the needed elements to feed a local dataverse and interact with it.

Through this example, we'll have a [Minio](https://github.com/minio/minio) instance declared as a digital storage service with an attached governance allowing usage in a specific zone. And a dataset representing a single file with a governance allowing the same zone and a specific orchestration service, the dataset will use the minio as storage service.
Expand Down
59 changes: 0 additions & 59 deletions app/app.go

This file was deleted.

80 changes: 0 additions & 80 deletions app/handler.go

This file was deleted.

19 changes: 0 additions & 19 deletions app/server.go

This file was deleted.

129 changes: 0 additions & 129 deletions auth/authenticator.go

This file was deleted.

Loading

0 comments on commit 99af20f

Please sign in to comment.