"1999", "Rated": "R", "Released": "31 Mar 1999", "Runtime": "136 min", "Genre": "Action, Sci-Fi", "Director": "Andy Wachowski, Lana Wachowski", "Writer": "Andy Wachowski, Lana Wachowski", "Actors": "Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving", "Plot": "A computer hacker learns from mysterious rebels about the true nature of his reality and his role in the war against its controllers.", "Language": "English", "Country": "USA, Australia", "Awards": "Won 4 Oscars. Another 34 wins & 39 nominations.", "Poster": "http://ia.media-imdb.com/images/M/MV5BMTkxNDYxOTA4M15BMl5BanBnXkFtZTgwNTk0NzQx MTE@._V1_SX300.jpg", "Metascore": "73", "imdbRating": "8.7", "imdbVotes": "1023621", "imdbID": "tt0133093", "Type": "movie", "Response": "True" }
need? 1. HTTP server to expose the API to the world. 2. A DB to store the movies info. 3. Tests to make Continuous Integration. 4. Be able to deploy the system independently.
Create a droplet 3. Provision that droplet (We can do this effectively with docker, may be in other talk!) 4. Install Jenkins 5. Configure Jenkins 6. Pull our microservice code 7. Do continuous integration (CI) 8. Build the microservice 9. Deploy the microserice 10. Use it from your browser