1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-10 01:51:11 +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-07-18 10:45:05 +02:00
app inital structure: app, config, node binary 2022-07-13 19:18:43 +03:00
bin gitignore for bin 2022-07-13 20:13:13 +03:00
cmd/node Add tree cache service 2022-07-14 21:23:40 +02:00
config inital structure: app, config, node binary 2022-07-13 19:18:43 +03:00
etc Add account reading from file logic 2022-07-14 21:07:34 +02:00
pkg Create new tree logic 2022-07-17 13:34:07 +02:00
service Add oneof to sync proto 2022-07-18 10:45:05 +02:00
util Add account reading from file logic 2022-07-14 21:07:34 +02:00
.gitignore Initial commit 2022-06-28 13:37:24 +02:00
go.mod Rename pb packages to something more meaningful 2022-07-14 13:16:12 +02:00
go.sum Rename pb packages to something more meaningful 2022-07-14 13:16:12 +02:00
LICENSE first commit 2022-06-21 00:07:29 +02:00
Makefile Create new tree logic 2022-07-17 13:34:07 +02: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