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

Append (write) documents #4

Open
luposlip opened this issue Aug 24, 2021 · 1 comment
Open

Append (write) documents #4

luposlip opened this issue Aug 24, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@luposlip
Copy link
Owner

Right now (as of v0.4.0) the nd-db library only supports using newline delimited files as read only databases.

It should be quite simple to write new documents to the database, by appending only. In this way it will work as sort of a transaction log. To begin with probably without the notion of transaction time.

When writing data, the index should (of course) be automatically updated.

@luposlip luposlip self-assigned this Aug 24, 2021
@luposlip luposlip changed the title Appendable nd-databases Append (write) documents Aug 24, 2021
@luposlip luposlip added the enhancement New feature or request label Oct 10, 2022
@luposlip luposlip added this to the v1.0.0 milestone Mar 17, 2023
@luposlip
Copy link
Owner Author

The new v0.9.0 index format paves the way.

@luposlip luposlip modified the milestones: v1.0.0, v0.9.0 Sep 19, 2023
This was referenced Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant