lbadd icon indicating copy to clipboard operation
lbadd copied to clipboard

LBADD: An experimental, distributed SQL database

Results 34 lbadd issues
Sort by recently updated
recently updated
newest added

The most basic builtin functions should be implemented. These are the following. - [x] `RANDOM` - [ ] `COUNT` - [ ] `UCASE` - [ ] `LCASE` - [x] `NOW`...

feature
help wanted
good first issue
component/engine
changelog

Implement an engine that can execute our IR. Scope: - [ ] define file format (#178) - [ ] implement support for file format (#180) - [x] add high level...

component/engine
epic
changelog

Create a function that will run commands sent by leader on all follower nodes after they get committed msg from the leader. If the leader commitIndex is greater than Node...

feature
help wanted
component/raft

Implement support for the file format which was defined in #178 . Sub-tasks: - [ ]

feature
component/engine
epic

For us, it would probably more desirable to have a database consisting of multiple files, since it greatly decreases complexity of the file format, facilitates unit tests and improves simplicity...

feature
component/engine

To setup a thorough raft integration test we need the following up: - [ ] A generic integration testing framework that uses actual multiple servers. (#175 ) - [ ]...

component/raft
epic

This module must be able to kill any random server, probably multiple at a time and observe the operations that proceed.

component/raft
epic

This framework must be able to spawn multiple servers using the `internal/node` API and start the raft server operations on the cluster.

component/raft
epic

We need extensive integration tests on the raft cluster covering all possibilities. The test must use the underlying `cluster` package and actually create clusters instead of mocking them. Following are...

feature
component/raft

This will be a progress tracker for implementation of raft. This doesn't include tests, it's a separate issue (#125 ) though this is a part of #121. - [ ]...

feature
component/raft