Sentiment Anaylsis with Rust, Rocket.rs & sqlx
We'll cover the basics of implenting a Command Line Interface using Clap. We'll explore how to use derive to provide mulitple functions for an application to run. We'll design a basic software package that will launch a Rocket.rs service, as well as a command line interface that will insert information into a (PostgreSQL)[https://hub.docker.com/_/postgres] which will in turn be rendered by a JSON API we've built.