The EDS backend
  • Go 97.7%
  • Dockerfile 2.3%
Find a file
2023-10-01 04:51:46 +05:30
docs Add more documentation and a ListenAddr thing 2023-05-19 21:26:04 +05:30
.gitignore Update gitignore 2022-08-18 22:29:17 +05:30
app.go Handle databases 2022-08-18 15:59:21 +05:30
config.go Clean-up 2023-10-01 04:15:40 +05:30
conn_msg.go Finishing up implementation of KV Maps 2022-08-18 16:26:29 +05:30
connection.go Clean-up 2023-10-01 04:15:40 +05:30
Dockerfile Update Golang version in the Dockerfile 2023-10-01 04:51:46 +05:30
go.mod Update packages further 2023-10-01 03:23:56 +05:30
go.sum Update packages further 2023-10-01 03:23:56 +05:30
indexes.go Optimizations and licence 2023-05-19 19:24:55 +05:30
LICENCE Optimizations and licence 2023-05-19 19:24:55 +05:30
main.go Manual signature verification & package updates 2023-10-01 03:21:44 +05:30
msgpack.go Manual signature verification & package updates 2023-10-01 03:21:44 +05:30
msgpack_gen.go Introduce Delete operations 2022-08-22 01:02:42 +05:30
msgpack_gen_test.go Introduce Delete operations 2022-08-22 01:02:42 +05:30
msgpack_time.go Remove unnecessary MessageTime codegen 2022-08-18 21:35:43 +05:30
README.md Oops 2023-05-19 21:29:58 +05:30
structures.go Manual signature verification & package updates 2023-10-01 03:21:44 +05:30

The EDS server

A simple server to continually synchronize key-value pairs and row values. For more information, see libeds.

How

cp docs/config.example.toml config.toml
go build -o app.bin -ldflags '-s -w' -buildvcs=false -trimpath -v .
./app.bin

Licence

Licensed under AGPLv3, see LICENCE