Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 869 Bytes

File metadata and controls

28 lines (18 loc) · 869 Bytes

Microservice Application

This project is a Golang based microservices application utilising the Audd.io API. The essential functions of the microservice are to store segments of audio tracks, search for these audio tracks, find audio tracks based on audio snippets and return the tracks stored.

Features

  • Microservice application with API scraping for audio segments.
  • Function to search for track on API.
  • Function to search for track in database.
  • Function to store track in database.
  • Function to find track in database based on snippet.

Deployment

Deploy this project in a shell environment, by navigating into the directory and using the commands:

  ./scriptX.sh

Acknowledgements

I used the following website to retrieve my API requests:

Authors