Skip to content

openappsec/smartsync-shared-files

openappsec/smartsync-shared-files

About

open-appsec is a machine learning security engine that preemptively and automatically prevent threats against Web Application & APIs.

open-appsec smartsync-shared-files service provides and interface to physical storage used by smartsync service for storing learning data

open-appsec smartsync-shared-files service compilation instructions

Prequisites

In order to build the service process - golang 1.18 must be deployed on build machine. Instructions how to install golang can be found here: https://go.dev/doc/install

(The above is not needed when building the service as a container)

Compiling smartsync-shared-files service process

  1. Clone this repository
  2. Build using golang
 $ git clone https://github.com/openappsec/smartsync-shared-files.git
 $ cd smartsync-shared-files/
 $ go build -o server ./cmd/server/main.go

Building smartsync-shared-files service container

  1. Clone this repository
  2. Build docker image using docker client
 $ git clone https://github.com/openappsec/smartsync-shared-files.git
 $ cd smartsync-shared-files/
 $ docker build -f build/package/Dockerfile . -t smartsync-shared-files

License

open-appsec/smartsync-shared-files is open source and available under the Apache 2.0 license.

About

smartsync shared files service is in charge of providing shared file storage services for open-appsec smartsync service.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •