Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jojo64
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jojo64
8y ago
We have a European market of Energy. If it's not sunny && windy in France, maybe it is in Germany or Spain etc.
2.
▲
by
jojo64
8y ago
Did you try to learn another language? I found that people who learnt another language are less conservative on their native language and make effort to speak slowly etc. Generally speaking they are more open-minded when they travel abroad
3.
▲
by
jojo64
8y ago
For our usage that's my point of view. When you need to manage ws & asynchronous task, you are just ending stacking technologies to make Django enter in 2018 (remember tornado?). I would say that the framework didn't followed
4.
▲
by
jojo64
8y ago
Well I don't blame python. It's just that the stack python/Django/DRF is not more efficient for us now as our requirements changed spa/ws/asynchronous tasks. Investing in this stack is more and more difficult a
5.
▲
by
jojo64
8y ago
Good point. Lost of performance in the query is acceptable a as we gain support of MySQL & Postgresql. Lost of performance in JSON serialisation is more difficult to accept.
6.
▲
by
jojo64
8y ago
The goal will be to take benefits of the elixir/OTP platform and the concurrency assets. Today we have a lot of asynchronous/background task distributed with rabbitMQ. If our investment provide better stack and simplify the archit
7.
▲
by
jojo64
8y ago
Well we can migrate to python 3 but this will be more investment in a stack that is more and more obsolete (Django) for SPA. Developers need also to learn the new best practices for python 3. At the end this will result in short term with p
8.
▲
by
jojo64
8y ago
This implies to create 2 queries each time you want to hit the database. One query for PostgreSQL and one query for MySQL. This is something we can't afford. Do you have some good tips to manage this ? To be honest the ORM is required
9.
▲
by
jojo64
8y ago
We are in python 2.7 and we need to migrate the application to python 3.0 For me it's another language to learn if we want to make good python 3 code. Python/Django/DRF is a stack with very poor performance if you are dealing
10.
▲
by
jojo64
8y ago
Indeed we are also looking for a framework to change our Django/python. We were looking at golang as half of our backend is in go but the lack of ORM make the choice impossibile. Gorm, xorm.. are not supporting Foreign Key... Yes you