Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is amfs means AutoMerge Filesystem? #1

Open
saputradharma opened this issue Aug 4, 2023 · 2 comments
Open

is amfs means AutoMerge Filesystem? #1

saputradharma opened this issue Aug 4, 2023 · 2 comments

Comments

@saputradharma
Copy link

Hi @ConradIrwin, I am trying to find a reference for CRDT implementation in go and ended up in this repo.
What is the goal of this project? Really excited to see the development of this project.

@ConradIrwin
Copy link
Owner

Hey @saputradharma!

That’s correct, and it uses automerge-go under the hood.

the goal was to play with file systems that sync in real time, so as you type in VSCode it is immediately reflected on the fileysstem. It’s currently using NFS, because I found a simple nfs server template, but it’s a little slow (and very “works on my machine”).

The end goal was to build a replacement for git that you didn’t have to remember to use, but I am currently thinking about doing something that doesn’t use NFS instead.

happy to collaborate - what are you looking for a CRDT to do?

@saputradharma
Copy link
Author

saputradharma commented Aug 7, 2023

Whoa, awesome!

what are you looking for a CRDT to do?

It is just my personal interest to know more about this topic. Would love to collaborate if there is anything that I can help with in this project :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants