Skip to content

Commit ccacc2e

Browse files
committedMar 19, 2020
Updated docu.
1 parent 6bccf01 commit ccacc2e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
 

‎.gitignore

-1
This file was deleted.

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Importer -> Server <- Client
1313

1414
* Create an Importer service to Extract, Transform, and Load population data
1515
* Create a Server service to retrieve population metadata for a given zip code
16-
* Create a Client service to consume population service API
16+
* Create a Client service to consume Server API
1717
* [Architecture](docs/architecture.md)
1818

1919
## Services
@@ -52,7 +52,7 @@ The importer persists data in the following schema:
5252

5353
### Server
5454

55-
__Average Response Time: ~4ms__
55+
__Average Request Processing Time: ~5ms__
5656

5757
[Server](services/server) is an HTTP service written in Go. It retrieves population growth
5858
metadata for a given zip and responds to the following endpoint:

‎docs/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Assuming that population stats don't change very often, this solution is optimized for a low-write/high-read usecase
44
* Extract and transform data during import process
55
* Embeded storage is used for fast access, edge computing, offline access, etc.
6-
* Data updates can be scheduled or triggered on a recurring basis
6+
* Data imports can be scheduled or triggered on a recurring basis
77

88
## Hosting
99

‎services/importer/db/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.