docker_datalake icon indicating copy to clipboard operation
docker_datalake copied to clipboard

Architecture deployment testing

Open vincentnam opened this issue 3 years ago • 0 comments

The goals of this project is to implements the software tool to determine if services in the architectures are online. It has also to test if features are available and if the architecture allows to do what it should.

  • [ ] Test Openstack Swift :
    • Tests given by the Openstack Swift developpers
    • Webhook middleware
  • [ ] Openstack Keystone
    • authentication is working well
    • LDAP / NIS bases are well integrated
    • each authentication systems developped are working as expected
  • [ ] Test Apache Airflow
    • webserver and scheduler
    • starting a workflow
    • REST API
  • [ ] Test MongoDB
    • MongoDB is online
    • Required collections are available
  • [ ] Test Neo4J
    • Neo4J is online
    • Required data are available (default pipeline)
  • [ ] Test Kafka
    • Kafka is online
    • Stream insertion in Openstack Swift are ok
  • [ ] Test databases in consumption area
    • Each DB is online
  • [ ] Test the whole pipeline
    • From raw data area to consumption area
  • [ ] Web GUI
  • [ ] Management services

vincentnam avatar Jan 22 '21 18:01 vincentnam