Skip to content

Commit 801e97d

Browse files
authored
Create README.md
1 parent d216e63 commit 801e97d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BOE retrieve and store
2+
Fetch and store the spanish BOE (Boletin Oficial del Estado) in Amazon Web Services (AWS).
3+
The BOE summary is stored along with all the referenciated documents (BOE items) in it.
4+
5+
# Requirements
6+
* An AWS account
7+
* DynamoDb containing two tables:
8+
* boeContent: stores the BOE summaries
9+
* boeDocs: stores the documents linked to a BOE summary.
10+
11+
## Entry point
12+
The class DbManager contains the main methods:
13+
* fetchBoe (String date) : fetches a boe by date
14+
* fetchBoeByMonth (int year, int month): fetches all the boe documents for a given month

0 commit comments

Comments
 (0)