|
|
|
|
|
by bob1029
1537 days ago
|
|
We wrote our own tools for most things. Our build is a single dotnet publish command, followed by copying the output to an S3 bucket for final consumption. That output is 100% of what you need to run our entire product stack on a blank vm. Monolithic pays for itself in so many ways. Sqlite and other in-process database solutions are a major factor in our strategy. |
|