This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Internet Banking System in Structurizr DSL by ChatGPT #230
Replies: 1 comment 1 reply
-
Very cool! Were you using GPT4 for this? I tried entering similar queries into the GPT4 interface hosted by Hugging Face, and I couldn't get anything useful back, so interested to hear which OpenAI interface you ran them through. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @simonbrowndotje ,
Not sure if you are interested in this discussion but I played a little with ChatGPT and it really looks like it can do some stuff with Structurizr DSL! It make some mistakes, but it takes feedback and add things into it when pointed out like, wrong syntax, or I've asked him to add technological choices because it first did model without any tech choice at all.
Here is my conversation:
Me
Could you propose me an architecture of Internet Banking System in Structurizr DSL?
ChatGPT
Certainly! Here's an example of an Internet Banking System architecture using Structurizr DSL:
This architecture represents a simplified version of an Internet Banking System with a web and mobile application frontend, an API Gateway for request handling, and microservices for account management, payments, and notifications. Additionally, a database stores account, transaction, and payment data, while the Core Banking System processes transactions and manages customer accounts.
Me
Can you include technological choices in this diagram? What programming languages, database, protocols will be used to build this? And also styles should be inside the views.
ChatGPT
I apologize for the mistake with the styles block. Here is an updated version of the Internet Banking System architecture that includes technology choices and the corrected styles block:
In this example, I've included the following technology choices:
These are just examples and can be replaced with your preferred technology stack. The styles block has been moved inside the views block as well.
Hope you find this interesting @simonbrowndotje to some degree ;-)
Beta Was this translation helpful? Give feedback.
All reactions