Skip to content

MVP

No due date 86% complete

Initial MVP release. Should be end-to-end functional. Should be able to:

  • Read schema/meta data from AWS Athena datalakes
  • _Store data in a graph structure in AWS Neptune~
  • Use graphql instead of REST for backend communication
  • Merge or highlight entities which may be available across multiple places/tables/datastores
  • Have full test coverage
  • Automated CICD w…

Initial MVP release. Should be end-to-end functional. Should be able to:

  • Read schema/meta data from AWS Athena datalakes
  • _Store data in a graph structure in AWS Neptune~
  • Use graphql instead of REST for backend communication
  • Merge or highlight entities which may be available across multiple places/tables/datastores
  • Have full test coverage
  • Automated CICD w/ Github Actions
  • Have Dockerfile and Docker-compose for local dev
  • K8s charts for customer deployment
    • Should be able to provision AWS services if not available (e.g. Neptune)
  • Front end (Elm.js) should be able to view and move graph structure
  • Front end should be able to pass customer set properties onto nodes
  • No auth (assume behind secure system)
  • Guidelines for development/contributing