Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged cluster  ✕   ✕
Clustered-Pi Zero edition http://www.clustered-pi.com/blog/clustered-pi-zero.html
Thu 12 May 2022 06:20:57 PM PDT archive.org

Want to build a RasPi cluster shaped like an old-school Cray supercomputer? 'course you do! You can find the greyprints and see how to assemble it here.

raspi 3dprinting greyprints cluster project
GitHub - rcarmo/raspi-cluster https://github.com/rcarmo/raspi-cluster
Tue 05 Nov 2019 11:31:51 AM PST archive.org

Notes and scripts for setting up (yet another) Raspberry Pi computing cluster. One master, at least one slave to do the actual work. The master implements a certain amount of infrastructure for the rest of the network. Includes greyprints for 3D printing a rack for the units. Uses k3s and Docker.

raspi cluster notes tools howto distributed kubernetes docker
Redis http://redis.io/
Tue 20 Mar 2018 12:46:13 AM PDT archive.org

Redis is another key-value datastore (a distributed hash table, if you like) that can be used for either caching of often used objects or a database to build applications on top of. Can handle just about any serializable data structure, from strings to sets. Clusterable - uses master/slave replication. Written in C but has bindings for any programming language you're likely to know.

keyvalue foss nosql database cache cluster
/rqlite/rqlite https://github.com/rqlite/rqlite
Tue 20 Mar 2018 12:11:37 AM PDT archive.org

A distributed relational database that uses SQLite as its back end. Eventual consensus of all nodes that relies upon quorum. Automatically elects leaders in the network of servers. More lightweight than MySQL or Postgres. Has a REST API built in. Fully transactional. Hot backups possible. Uses SQLite in "all in memory" mode by default for efficiency, but can maintain on-disk database files with a command line option (the on-disk transaction log can be used to repopulate the in-memory database on startup). Written in Go.

sqlite database distributed rest cluster api golang relational
4983 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn