Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishant-jain-94/aggregate-gdp-population-csharp-problem
https://github.com/nishant-jain-94/aggregate-gdp-population-csharp-problem
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishant-jain-94/aggregate-gdp-population-csharp-problem
- Owner: nishant-jain-94
- Created: 2018-07-19T09:46:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T10:42:35.000Z (over 6 years ago)
- Last Synced: 2023-10-20T22:05:26.790Z (about 1 year ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aggregate GDP and Population
**Objective:** The objective is to aggregate the Population and GDP of year 2012 of G20 Countries by continent.
## Instructions for the Assignment
Write a C# program to aggregate the Population and GDP of year 2012 of G20 Countries by
Continent in `output/output.json`. Additionally you would have also have to write the test case in `AggregateGDPPopulation.Tests/AggregateGDPPopulationTest` which checks your output against your `expected-output.json`.The `datafile.csv` is present in the data folder, which you would want to aggregate.
In order to aggregate Countries by Continent you would have to rely on any external source, but the aggregated output should be in coherence with `AggregateGDPPopulation.Tests/expected-output.json`.
## Instructions to Run and Evaluate
```
# Add remote to the starter code
git remote add starter https://github.com/nishant-jain-94/aggregate-gdp-population-csharp-problem# Install and restore all the dependencies
dotnet restore# To evaluate test cases
dotnet test
```## Issues
Incase of any issues raise an issue on https://github.com/nishant-jain-94/aggregate-gdp-population-csharp-problem/issues