Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store documents from JSON data file to relaton-data-nist #57

Open
andrew2net opened this issue Aug 13, 2021 · 1 comment
Open

Store documents from JSON data file to relaton-data-nist #57

andrew2net opened this issue Aug 13, 2021 · 1 comment
Assignees

Comments

@andrew2net
Copy link
Contributor

The relaton-nist gem saves a JSON data file on local storage for searching use. In case using relaton as an API, it's run in an AWS Lambda container. Lambda has a read-only file system and doesn't allow saving files. relaton/relaton-calconnect#11.
We need to parse the data file and save the documents as separated files in the GitHub relaton-data-nist repository.

@andrew2net andrew2net self-assigned this Aug 13, 2021
@andrew2net andrew2net added this to TRIAGE in Andrei Kislichenko Aug 13, 2021
@ronaldtse
Copy link
Contributor

Lambda has a read-only file system and doesn't allow saving files.

When we need to cache files in Lambda, we have to use an S3 bucket, I believe @phuonghuynh has already created it for you?

@ronaldtse ronaldtse moved this from TRIAGE to High priority in Andrei Kislichenko Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Andrei Kislichenko
  
High priority
Development

No branches or pull requests

2 participants