-
Notifications
You must be signed in to change notification settings - Fork 10
Sprint 1 Backlogs
sushmitha007 edited this page Feb 18, 2019
·
2 revisions
In the Sprint 1 review meeting, we will be demonstrating the following:
- System Architecture Design and data model should be closed
- POC of Kafka running in docker. One SpringBoot producer and one consumer exchanging messages, both running in docker.
- POC of Angular chat component two way communication with SpringBoot over WebSocket. Both angular and springboot running in docker
- POC of Neo4J running in docker and a springboot running in docker performing CRUD operations on nodes and relationshipsPOC of Neo4J running in docker and a springboot running in docker performing CRUD operations on nodes and relationships
- The system should have a domain ontology for indexing data.
- POC of Voice to Text in Angular.
- As a Domain expert I should be able to login to the system/
- As a Domain Expert I should be able to upload a csv file to create the domain ontology.
- System should be able to extract data from pdf file and structure the data and publish it to kafka