[Photon] status java vs. phyton and which branch?
Peter
graphhopper at gmx.de
Fri Aug 22 08:58:17 UTC 2014
Hi Christoph,
>> I'm now a bit confused regarding the main language and the branch. Would
>> you mind to point out which branches are active? It looks like only
>> 'smallerindex' is active?
> the most active branch is 0.1.x which I use for preparing next releases
Ok, didn't notice this as I use the opposite strategy: doing development
on a dev branch (in my case master but should be dev) and branch out
once I'm finished and before releasing. Sometimes I merge other issues
later to this branch too.
> python is used for our project website (photon.komoot.de) and it’s great to work on the query as you can restart faster.
one could avoid this problem and the duplication using the query file
which is auto-reloaded every 1sec (in production not that often) or one
could use jetty with hot-deploy or even tools like jrebel.
> Python and Java are using the same queries stored here https://github.com/komoot/photon/tree/master/es
>
> The java implementation is used for production so fixes and improvements go there.
ah, ok. Good to know - thanks!
Regards,
Peter.
More information about the Photon
mailing list