⚠ Deprecated: Legacy, CriticalBugs
This is dot net core console app that will "find out the ids corresponding to the n largest numbers".
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Mar 29, 2022
$ dotnet add package AmpTechnicalChallengeApp
AmpTechnicalChallengeApp
This is a CLI application for the amp-technical challenge. Which, when provided a URL for a remote file, retrieves the file and processes it according to the functionality described in the challenge. => Find out the ids corresponding to the n largest numbers. »
View Demo
·
Report Bug
·
Request Feature
This is a CLI application for the amp-technical challenge. Which, when provided a URL for a remote file, retrieves the file and processes it according to the functionality described in the challenge. => Find out the ids corresponding to the n largest numbers.--
Here's the list of function of this CLI:
About docker container --
The application and the other required services are configured as docker containers,
and these will use a preconfigured docker network named
amp-technical-challenge. This network is not connected to the Internet.
The endpoints of the server are exposed to the host machine.
Here listed frameworks/libraries used to bootstrap this project.
How we can run the Application >>>
Things you need to use the software and how to install them.
Below is an example of how you can installing and setting up your app.
First, download and extract the app in any directory in your local PC.
Without visual studio we can run the CLI through prebuild AmpTechnicalChallengeApp.exe >>> location of prebuild CLI => Go to your project location where you have extract the project and go to this folder location and find out AmpTechnicalChallengeApp.exe then just double clik the AmpTechnicalChallengeApp.exe\AmpTechnicalChallengeApp\AmpTechnicalChallengeApp\bin\Debug\netcoreapp3.1\AmpTechnicalChallengeApp.exe
When CLI open it will ask a
Please input a AWS S3 publicly accessible URL for data source :. You can input this sample data source for testing the app. https://amp-technical-challenge-shihab.s3.ap-northeast-1.amazonaws.com/sw-engineer-challenge.txt. Or if you have your own AWS S3 publicly accessible URL for data source. You can use that one. But please make sure that .text file contains data as like >>> <unique record identifier><white_space><numeric value>How many ids/records corresponding to the n largest numbers you want to display ? :. Then please input your desired integer number. How many records you want see.[Optional] If you want to give public access to your AWS S3 bucket then you can follow this procedures from this URL >>> https://aws.amazon.com/premiumsupport/knowledge-center/read-access-objects-s3-bucket/
Distributed under the MIT License. See LICENSE.txt for more information.
Shihab Uddin - shihab.se.info@gmail.com