Replies: 3 comments 1 reply
-
That makes two of us who are interested in this topic. I can hardly find any content or documentation that provides clarity on it. Have you made any progress with your inquiry? |
Beta Was this translation helpful? Give feedback.
-
I think #1643 is part of the answer. Some CPO are using a Steve-based solution for their production. |
Beta Was this translation helpful? Give feedback.
-
since i am partial to this topic (disclaimer: creator of steve), i did not reply and was waiting for others to chime in. steve is a monolith: one java app and one database behind it. this will vertically scale only up to some degree. at some point you would need to split it into microservices across the critical zones. i cannot give you a number for the performance ceiling of this monolith though, since it depends on multiple criteria. functionally, from a correctness perspective, steve should be pretty solid. with this i mean: the things it implements should be correct. these were tested and validated during the last 10 years. if something does not work, people open an issue. from a completeness perspective, there are some things missing in steve (e.g. real dynamic smart charging, basic auth for websocket connections). the HA and load balancing aspects depend on how you deploy and operate steve. steve, at the end of the day, is just the application. the ecosystem in which it exists matters. you could put proxies (nginx et al) in front of it, such that steve instance(s) are behind it running and processing messages. this is only anecdotal but here we go: i receive feedback from time to time from commercial users of steve. some maintain 100s of charging stations. some companies are using it. some city transportation authorities are using it for their bus fleet. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm evaluating SteVe for a project and would like to know if it's suitable for a production environment. Specifically, I'm interested in hearing from those who have used it in a live setting.
How stable and reliable has it been in your experience?
Are there any major issues or limitations I should be aware of?
What kind of infrastructure do you recommend for running SteVe in production?
Any insights or advice would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions