Commit Graph

33 Commits (master)

Author SHA1 Message Date
Rachel Kim d2cd9283e8
Merge pull request #1 from EbookFoundation/stevens_api
Stevens api: Added functionality to search across multiple fields (title, author, publisher)
2020-05-14 17:11:28 -04:00
Rachel Kim 6efe4397f1
Removed reference to source
Also removed unnecessary print statement
2020-05-07 22:22:30 -04:00
Rachel Kim 30908e8cb7
Removed print statements 2020-05-07 22:19:21 -04:00
Rachel Kim f796a7cd95
Removed unnecessary lines
Removed pprint and changed kwargs arguments
2020-05-07 22:18:38 -04:00
Rachel Kim 3b32ae8291
Update main.py 2020-05-07 22:16:23 -04:00
Rachel Kim 6c313b0b75
Uncommented code 2020-05-07 22:15:35 -04:00
Rachel Kim c0f7fb32d1
Update esIndexer.py 2020-05-07 22:14:37 -04:00
Rachel Kim cecb4ae764
Removed information from config 2020-05-07 22:13:45 -04:00
Rachel Kim cc4c4e1a24
Remove print statements
Remove print statements per Eric's comment since they are not needed
2020-05-07 22:11:06 -04:00
Rachel Kim 4c11e5d6dc
Made edit to . notation per Eric's comment 2020-05-07 22:00:42 -04:00
Rachel Kim cefda1b5f9 Fixed bug with cceid search 2020-05-06 00:06:29 -04:00
Rachel Kim 1bec15f97f Added new search functionality 2020-05-05 22:32:28 -04:00
Mike Benowitz 46dd2d8d75
Merge pull request #2 from NYPL/development
Initial deployable version of the API and maintenance scripts
2019-07-09 13:25:03 -04:00
Mike Benowitz 58b8cb30e8 Fix issue in CCE UPDATE operation 2019-07-09 13:14:55 -04:00
Mike Benowitz 5cf334a029 Add swap space configuration to EBS instance 2019-07-09 10:47:39 -04:00
Mike Benowitz 587947b3d4 Comment out empty environment variable block 2019-07-08 16:57:15 -04:00
Mike Benowitz 0675146f38 Update API code to function in all (local/dev/production) environments 2019-07-08 16:55:30 -04:00
Mike Benowitz b526c072a1 Add EBS configuration options
This adds `.ebextension` options to the repository that can control how the beanstalk environment is configured. The two files perform different tasks:

- `sfr-bardo-copyright-development.config` is an empty file for environment variables (empty because at present ENV variables contain secrets that cannot be committed to source control)
- `cron-linux.config` contains configuration details for a nightly cron task that checks for updates from the source git repositories
2019-07-08 14:29:57 -04:00
Mike Benowitz 386a8515a7 Updates to maintenance script for EBS compatibility 2019-07-08 12:18:37 -04:00
Mike Benowitz c1e7fa936c Fix error XML model import 2019-07-08 11:43:19 -04:00
Mike Benowitz 1c1c53543a Remove comment from necessary line 2019-07-08 10:16:31 -04:00
Mike Benowitz f0a112456b Only use config.yaml in local development 2019-07-05 15:19:01 -04:00
Mike Benowitz 0542d85b89 Update app.py to work with EBS WSGI
The ElasticBeanstalk application looks for an object named `application` to run with `WSGI` this was previously created with the `create_app` method and used `app` as the name for the application object.
2019-07-05 14:59:08 -04:00
Mike Benowitz 02b6462b9e Add flasgger to requirements.txt 2019-07-05 14:52:17 -04:00
Mike Benowitz cd9f98e302 Fix app main and api main scripts 2019-07-05 14:06:54 -04:00
Mike Benowitz 4afecd043b
Merge pull request #1 from NYPL/SFR-479-add-api
SFR 479 Add API
2019-07-05 14:04:43 -04:00
Mike Benowitz 6e7ea63ac4 SFR-479 Delete superseeded Swagger file
Removes a Swagger YAML file that is not currently used. It was too difficult to maintain swagger in a set of separate YAML files, so a single one was created and loaded in the main FLask app.
2019-06-04 17:14:04 -04:00
Mike Benowitz f890aaf87b SFR-479 Remove dangling return
Removes old `base` response that was never reached in any case
2019-06-04 17:12:04 -04:00
Mike Benowitz 2a0dc11a62 SFR-479 Update README.md 2019-06-04 17:04:37 -04:00
Mike Benowitz d8f676c88f SFR-479 Add Basic API
Add a basic `Flask` API that responds to queries for copyright data. This includes 5 basic endpoints:

- `/search/fulltext`: queries all text fields in the Registration and Renewal records
- `/search/registration/<regnum>`: queries the collection for a specific copyright registration by registration number
- `/search/renewal/<rennum>`: queries the collection for a specific copyright renewal by renewal number
- `/registration/<uuid>`: fetches a single registration record by internally assigned UUID
- `/registration/<uuid?`: fetches a single renewal record by internally assigned UUID

The api can be run with the standard `python -m flask run` from the root of the project and by default will run in `production` mode. To set `development` run `export FLASK_ENV=development` before starting the application.
2019-06-04 16:43:08 -04:00
Mike Benowitz 27f91b9774 SFR-479 Update import structure to improve loading 2019-06-04 16:42:04 -04:00
Mike Benowitz 812d0b7dce SFR-479 Add Claimants to ElasticSearch index
This adds a full `Claimant` object to the ElasticSearch index, including the `claimant_type` field which helps users see the specific relationship a claimant has to a renewal. It would be good to provide translations of these codes in the future, but this is not currently necessary.
2019-06-04 16:40:22 -04:00
Mike Benowitz edd14d9cdb SFR-453 Initial Commit
Includes an initial version of the utility script used to generate
the copyright entry/renewal database along with instructions on how
to run the script and create a version of the database locally
2019-05-29 12:47:03 -04:00