nasa-petal / PeTaL

Artificial Intelligence and Natural System Design Tool
https://nasa-petal.github.io/PeTaL/
The Unlicense
51 stars 17 forks source link

Error when scraping for JEB articles and storing in neo4j #70

Closed keikojima02 closed 3 years ago

keikojima02 commented 3 years ago

Summary of Issue

Error when scraping for JEB articles and storing in neo4j

Issue Type

Description

Problems with JEBModule.py.

Only scrapes first article result page. Not the successive pages.

When adding edges to existing nodes, code would not create/add anything into neo4j database.

UUID assignment problem when storing data to neo4j database.

Example

Run a config .json file from main.py with NormalCatalog and JEBModule in the bitflow:whitelist.

Environment

All

Operating System: Windows 10

Python environment: Anaconda Python 3.8.3

Packages: all packages in PeTaL poetry package manager

keikojima02 commented 3 years ago

Closed in pull request #71