React UI for Sparkler Crawl Environment seed generation and domain discovery.
This is the canonical UI. It talks to Sparkler / Solr, generates seed models, starts crawls, and exports data.
- Crawler: USCDataScience/sparkler
- Domain discovery (Flask + seed explorer): USCDataScience/sce-domain-discovery
- Historical Docker packaging: USCDataScience/sce (archived)
nasa-jpl-memex/sce-ui is an earlier copy of this app (stopped 2019) and is archived.
npm install
npm startOpens http://localhost:3000. Production: npm run build.
The navbar heading is “Domain Discovery - Seed Generation.” Extra panels beyond the 2019 JPL tree: Solr, crawl config, start-crawl, export data/model.
Apache License 2.0 where files carry it; this repo was bootstrapped with Create React App.