1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 17:45:03 +09:00
An open-source protocol designed to create high-performance, local-first, peer-to-peer, end-to-end encrypted applications that facilitate seamless collaboration among multiple users and devices https://anytype.io/
Find a file
2022-08-12 10:01:01 +02:00
app file bench service 2022-08-31 14:49:35 +03:00
bin gitignore for bin 2022-07-13 20:13:13 +03:00
cmd Add storage and change API to include both tree types 2022-08-11 15:54:27 +02:00
config configuration service 2022-08-23 21:32:04 +03:00
etc WIP: files 2022-09-07 13:01:15 +03:00
pkg Fix bugs related to docTree and aclTree 2022-08-11 19:04:29 +02:00
service Fix update document 2022-08-12 10:01:01 +02:00
syncproto Move treeheader to upper level in sync 2022-08-11 16:31:09 +02:00
util configuration service 2022-08-23 21:32:04 +03:00
.gitignore Initial commit 2022-06-28 13:37:24 +02:00
go.mod WIP: files 2022-09-07 13:01:15 +03:00
go.sum WIP: files 2022-09-07 13:01:15 +03:00
LICENSE first commit 2022-06-21 00:07:29 +02:00
Makefile configuration service 2022-08-23 21:32:04 +03:00
README.md project structure proposal 2022-07-13 20:09:19 +03:00

go-anytype-infrastructure-experiments

This repository will have the code for new infrastructure client and node prototypes

Project structure

  • app - DI, loggers, common engine
  • bin - contains compiled binaries (under gitignore)
  • cmd - main files by directories
  • config - config component
  • etc - default/example config files, keys, etc
  • service - services, runtime components (these packages can use code from everywhere)
  • pkg - some static packages that can be able to move to a separate repo, dependencies of these packages limited to this folder (maybe util)
  • util - helpers