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

Add new service support: persy #2522

Closed
Xuanwo opened this issue Jun 24, 2023 · 6 comments · Fixed by #2648
Closed

Add new service support: persy #2522

Xuanwo opened this issue Jun 24, 2023 · 6 comments · Fixed by #2648
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jun 24, 2023

Persy - Transactional Persistence Engine

Simple single file durable, isolated, consistent, and atomic persistence engine based on copy on write. It guarantee the persistence of data even in case of crash through a in file write ahead log, and provide simple rust APIs for store simple bytes or value associated (index) data, provide also memory management logic to keep the file size in check.

@Anakin100100
Copy link

I can try to work on this.

@PsiACE
Copy link
Member

PsiACE commented Jul 8, 2023

I can try to work on this.

Glad to see you're willing to help, but I'm sorry that I haven't synced the status in time recently. This feature is almost implemented. I'll submit a PR shortly and maybe you'd like to help review it and improve this service together.

@Anakin100100
Copy link

@PsiACE I'm glad to help review this feature when you submit the pr. Can you assign me a similar introduction level task?

@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 11, 2023

@PsiACE I'm glad to help review this feature when you submit the pr. Can you assign me a similar introduction level task?

Hi, maybe you will be interested in #2500? Implement append for hdfs is similiar to fs.

@Anakin100100
Copy link

@Xuanwo I can work on this. Please assign it to me.

@suyanhanx
Copy link
Member

suyanhanx commented Jul 11, 2023

@Xuanwo I can work on this. Please assign it to me.

Can you leave a comment under that issue? Otherwise, I won't be able to assign it to you. @Anakin100100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants