Weekly Check-in #9
aghinsa
Published: 07/30/2020
<meta charset="utf-8">
What did I do this week?
I added support for Immediate response in the HTTP server. I also
added a new command-line option, so that we can run dataflow without
the need for Sources.
What's next?
I'll be adding tests for the same and updating the documentation to use the new features.
Did I get stuck somewhere?
No.
View Blog Post
Weekly Check-in #8
aghinsa
Published: 07/20/2020
<meta charset="utf-8">
What did I do this week?
I finished milestone 1 of Distributed orchestrator. I also added tests and documentation for the Gitter chatbot.
What's next?
I'll be adding support for immediate responses in the HTTP server and Modifying the dataflow run command so that it can run without records.
Did I get stuck somewhere?
No. I was mostly writing tests and documentation this week.
View Blog Post
Weekly Check-in #7
aghinsa
Published: 07/13/2020
<meta charset="utf-8">
What did I do this week?
I started working on Distributed Orchestrator. Currently, we decided the subnodes will act as worker nodes that run a specific set of operations. A primary node with a dataflow, request subnodes connected to the nats server for operations which it requires. Currently, I have coded till the part where subnodes spin up context upon receiving confirmation from the primary node.
What's next?
I'll be implementing input networks for both the primary and sub nodes.
Did I get stuck somewhere?
I have some doubts regarding the exceptions getting suppressed, I'll be discussing this with my mentor on today's meeting.
View Blog Post
Weekly Check-in #6
aghinsa
Published: 07/07/2020
<meta charset="utf-8">
What did I do this week?
Completed the chatbot example and added documentation for the same.

<meta charset="utf-8">
What's next?
I'll start working on the second phase of the project, implementing a distributed orchestrator.
<meta charset="utf-8">
Did I get stuck somewhere?
Yes, I had some doubts regarding the implementation of the distributed orchestrator. I had a meeting with my mentor today, and we have decided on an initial path.
View Blog Post
Weekly Check-In: Week 5
aghinsa
Published: 06/29/2020
<meta charset="utf-8">
What did I do this week?
Completed the 'Locking' example with tests and documentation. I'm also working on the chatbot, which will be integrated with Gitter to run predictions from query messages.
What's next?
After finishing the code, I'll be writing the documentation for it. Once shared configs are implemented and merge, that'll be used in operations that make connections.
Did I get stuck somewhere?
No. This week's work was pretty simple, and most of the path was already discussed in previous meetings.
View Blog Post