Skip to content

Commit

Permalink
data: Add litefs
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Dec 22, 2022
1 parent acee4bc commit 4676091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Solutions using SQLite as a building block.
| [Dqlite](https://dqlite.io/) | Dqlite is a fast, embedded, persistent SQL database with Raft consensus that is perfect for fault-tolerant IoT and Edge devices. | application; c |
| [sqlite-difftable](https://github.com/simonw/sqlite-diffable) | Tools for dumping/loading a SQLite database to diffable directory structure - GitHub - simonw/sqlite-diffable: Tools for dumping/loading a SQLite database to diffable directory structure. | python; utilities |
| [Ploomber](https://github.com/ploomber/ploomber) | The fastest way to build data pipelines. Develop iteratively, deploy anywhere. | data_analysis; python; utilities |
| [litefs](https://github.com/superfly/litefs) | FUSE-based file system for replicating SQLite databases across a cluster of machines | go; utilities |

## Extensions

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ https://github.com/vlcn-io/cr-sqlite,cr-sqlite,"Convergent, Replicated SQLite. M
https://www.sqlteaching.com/,SQL Teaching,An interactive tutorial to learn the rudiments of SQL using SQLite in the browser.,tutorial
https://github.com/asg017/sqlite-loadable-rs,sqlite-loadable-rs,A framework for writing fast and performant SQLite extensions in Rust,utilities
https://github.com/losfair/mvsqlite,mvSQLite,MVCC SQLite that runs on FoundationDB.,utilities
https://github.com/superfly/litefs,litefs,FUSE-based file system for replicating SQLite databases across a cluster of machines,application
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ https://github.com/vlcn-io/cr-sqlite,c
https://www.sqlteaching.com/,javascript
https://github.com/asg017/sqlite-loadable-rs,rust
https://github.com/losfair/mvsqlite,rust
https://github.com/superfly/litefs,utilities
https://github.com/superfly/litefs,go

0 comments on commit 4676091

Please sign in to comment.