Skip to content

Fetch and store the spanish BOE (Boletin Oficial del Estado) in AWS

Notifications You must be signed in to change notification settings

rubenafo/boe-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOE retrieve and store

Fetch and store the spanish BOE (Boletin Oficial del Estado) in Amazon Web Services (AWS).
The BOE summary is stored along with all the referenciated documents (BOE items) in it.

Requirements

  • An AWS account
  • DynamoDb containing two tables:
    • boeContent: stores the BOE summaries
    • boeDocs: stores the documents linked to a BOE summary.

Entry point

The class DbManager contains the main methods:

  • fetchBoe (String date) : fetches a boe by date
  • fetchBoeByMonth (int year, int month): fetches all the boe documents for a given month

About

Fetch and store the spanish BOE (Boletin Oficial del Estado) in AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages