storj/docs/dependencies.md
2018-04-11 07:43:23 -05:00

1000 B

Storj Dependencies

We should attempt to limit the dependencies we pull in for our projects in order to ease switching between projects.

These are only suggestions based on previous experience and our goals with this platform. If we have a need arise or a better solution is found we should consider and weigh the cost of using that solution.

The twelve-factor app methodology

Go in Production

HTTP

HTTP

Routing

Logging

Uber Zap

Metrics

Space Monkey Monkit

CLI

urfave/cli

Testing

testing

assertions

Configuration

viper

Error Handling

zeebo