/dev/null is an ACID compliant database
91–100 of 203 posts
Re: /dev/null is an ACID compliant database
#92Always instantly consistent, always available, and perfectly tolerant of partitioning. Truly, it is the only database which can be scaled to unlimited nodes and remain fully CAP.
Re: /dev/null is an ACID compliant database
#93Best stack cloud providers don't want you to know about, /dev/null for db and https://github.com/kelseyhightower/nocode for the backend.
WTF is going on with the issues and pull requests for that repo?
https://github.com/kelseyhightower/nocode/commit/80f38e0f103...
Re: /dev/null is an ACID compliant database
#94Re: /dev/null is an ACID compliant database
#95I've used /dev/null for exactly this purpose. I have output that needs to go somewhere, and I don't want to worry about whether that somewhere can handle it. Later on in deployment, it will go somewhere else. Somewhere that has been evaluated for being able to handle it. In that way, /dev/null is to storage what `true` is to execution - it just works.
Bug free software is a pipe dream, but if there is anything I've never encountered any bugs with, /dev/null and true is certainly in the top 3.
Luckily it's usually a tmpfs
Re: /dev/null is an ACID compliant database
#96Earlier quoted context omitted.
I usually do a kubernetes cluster on top of VMs. But sometimes when I really want to scale the standard cloud server less platforms all support /dev/null out of the box. (Except for Windows...)
> Except for Windows... copy c:\file nul It's been there since DOS or more likely CP/M :)
Re: /dev/null is an ACID compliant database
#97Re: /dev/null is an ACID compliant database
#98Re: /dev/null is an ACID compliant database
#99Re: /dev/null is an ACID compliant database
#100Is it portable to all linux distros?
Where is the ubuntu command to install it?
What license does it use, is it free or else?
Is it really open source or source only?