We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d216e63 commit 801e97dCopy full SHA for 801e97d
README.md
@@ -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