Code Monkey home page Code Monkey logo

server's Introduction

Reeto Chatterjee

Hi! One day I'll think of something snappy to put here.

I'm currently working as a Site Reliability Engineer at the Google in London.

Visit my website so I can justify the amount of time it took me to kinda understand CSS.

server's People

Contributors

ratorx avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

server's Issues

Nix vs Docker

Docker is nice. The main benefit is volume mounts to avoid unknown dependencies on the host file system.

Nix is nicer and lower (runtime) overhead. It has fairly nice declarative config management, but not too sure how declarative data management is.

Nix would probably be more secure (can set up dedicated users for each job, but this is extra overhead for new apps)

Docker is nicer for composing services, but I don't do any of that right now.

Restic vs Borg backup

Consider using Restic instead of Borg (+ borgmatic).

Why

Support for non-SSH storage - allows cheaper object storage like B2. Using object storage allows provisioning the backup space with Terraform (the only remaining manual bit of the server setup).

Go vs Python - minor point, Python is hard to package and use in some systems.

Cons

Borg is more widely used.

Borgmatic is a nice wrapper. How is restic CLI and does it need similar? If yes, then more investigation is needed. If no, then getting rid of a dependency is a pro.

Borg supports compression and is apparently faster (minor point). Compression is meh relevancy, because server doesn't have too much data. Faster is nice, but not required for a non-interactive backup. However, may limit backup usage in other applications.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.