-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverless Bots #46
Comments
Did you end up doing any work on this? I'm interested in helping with this and was about to start researching when I saw your post. |
Hard to believe its been a year! I'm actually still in the early phases of ddoing this, but I would welcome the collaboration! I'm hoping to get som real progress on it this holiday season. |
I still want to interoperate very much with bots but to keep things clean especially for black box redesign check out https://github.com/nanites |
Cool, that was my plan as well. I just started using bots recently but for translations only since the majority of my setup is all serverless. Would love to get this working. I haven't looked at the codebase too closely though so not sure what we're in for 😁. I should have time over the next week to do a deeper dive and offer my input. |
Especially with S3 offering sftp access as of last month it seems time to revive ☺ |
Cheers everyone ! I've started work on it, nothing finished yet, but to not make same work twice please check code here. Please treat it is only as a base for discussion about project shape, we are talking about here. There is in You can launch this test from main folder like: I am using Python 3.7, but should work on little lower version (3.6,3.5) |
Cool @jedrus2000 - thanks for the note! Sorry about the lobby; I'm thinking some update broke my phone's copy of gitter (no excuse, just my prelim cause analysis). Looking at the code, it looks nice. I'll raise any questions there. |
note This may be more akin to an epic than an issue and likely will have multiple issues tied to it, but I wanted to float the idea by the community.
Recently I've been somewhat dark on GitHub working on day job projects, but I've been working more and more with AWS Serverless technology and I'm seeing a use case for Bots doing that.
Scenario: As a trading partner, I store my incoming EDI files of whatever format in S3. On placing the file in S3, I need the file to be translated via bots running inside an AWS Lambda function and place it in another S3 location. This may then trigger another Lambda function, upload the data to a trading partner, or any other action including long-term archival of the transaction for later use in testing or data analytics.
In order to realize this state, our bots framework needs some architectural overhaul. These changes essentially decouple the application from its Django UI.
Here are my thoughts on the needed steps.
Please let me know what your thoughts are and if this would add elsewhere!
The text was updated successfully, but these errors were encountered: