| Pages: 1 2 [3] 4 5 6 7 8 9 10 20 30 40 50 60 70 |
41. Sticky:EVE Community Spotlight #2 - DOTLAN - in EVE Information Portal [original thread]
Good job on Dotlan :)
- by Kaladr - at 2012.07.16 18:42:00
|
42. EVE-Central Revival - in EVE Technology Lab [original thread]
Ilyk Halibut wrote: Is that CPU load just in the HTTP gateway, or is that more so the storage/statistical/analytical stuff? That is the combined REST server (sitting behind nginx), API server, analytics, and upload parsing process. Note th...
- by Kaladr - at 2012.06.15 05:55:00
|
43. EVE-Central Revival - in EVE Technology Lab [original thread]
As a note: Peak response times sometimes took a nosedive due to the classic "collect the world" parallel garbage collector syndrome. As I've updated to Java 7u4, I've turned on the G1 collector which should significantly improve the "collect 10GB ...
- by Kaladr - at 2012.06.12 01:48:00
|
44. EVE-Central Revival - in EVE Technology Lab [original thread]
Andy DelGardo wrote: Desmont McCallock wrote: I would really much appreciate if you don't link EVEMon to this issue as EVEMon is not sending 'bad' data as you call them. You are creating misconceptions. Please try to find a different express...
- by Kaladr - at 2012.06.12 01:46:00
|
45. EVE-Central Revival - in EVE Technology Lab [original thread]
Muscaat wrote: Is "1" a success response when uploading to the UU endpoint? Based on earlier posts in this thread it is, but just want to check ;) Yes :)
- by Kaladr - at 2012.06.12 01:46:00
|
46. EVE-Central Revival - in EVE Technology Lab [original thread]
Hey folks, just looked into the parser error - its not a parsing error (input data is correct), its a display issue on the older Python code.
- by Kaladr - at 2012.06.11 06:29:00
|
47. EVE-Central Revival - in EVE Technology Lab [original thread]
Desmont McCallock wrote: There is a visual issue on the site. Reported time isn't showing correctly (usually when the data are fresh?). Will look into it. Odd one.
- by Kaladr - at 2012.06.03 02:28:00
|
48. EVE-Central Revival - in EVE Technology Lab [original thread]
Inferno is now loaded.
- by Kaladr - at 2012.05.25 21:27:00
|
49. EVE-Central Revival - in EVE Technology Lab [original thread]
Desmont McCallock wrote: Kaladr wrote: The web interface can cache up to 30 minutes. Seriously, you need to reduce that a lot. Its now reduced to 2-3 minutes. It will be 0 soon when the web front end calls the API.
- by Kaladr - at 2012.05.22 14:48:00
|
50. EVE-Central Revival - in EVE Technology Lab [original thread]
Andy DelGardo wrote: Hi, short question: How often is eve-central updated for upload data? I noticed that even after 15mins i keep seeing the old data, instead of the refreshed i uploaded? bye Andy The web interface can cache up to 30 minu...
- by Kaladr - at 2012.05.19 04:45:00
|
51. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
And for Spray (in Scala), to decode requests, just use a decodeRequest path filter: https://github.com/theatrus/eve-central.com/blob/master/core/src/main/scala/com/evecentral/api/APIv3Service.scala#L116
- by Kaladr - at 2012.05.10 05:51:00
|
52. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
Packtu'sa wrote: Kaladr wrote: I strongly encourage using Content-Encoding: gzip or Content-Encoding: deflate (same algorithm, different headers). If you know what you're doing, its easy to support (aka, I learned by integrating with EMUU ;)...
- by Kaladr - at 2012.05.10 02:26:00
|
53. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
I strongly encourage using Content-Encoding: gzip or Content-Encoding: deflate (same algorithm, different headers). If you know what you're doing, its easy to support (aka, I learned by integrating with EMUU ;)). EVE-Central already supports gzip...
- by Kaladr - at 2012.05.09 19:54:00
|
54. EVE-Central Revival - in EVE Technology Lab [original thread]
Bluestream3 wrote: I've been getting a lot of 0's from the marketstat API when the prices are there if you search on the eve-central page. Right now for example something seems to be wrong with Amarr Control Towers (http://api.eve-central.com/a...
- by Kaladr - at 2012.05.08 23:14:00
|
55. XML feed problem from EVE central - in EVE Technology Lab [original thread]
The marketstat API only considers orders uploaded within the past 24 hours. Sometimes, even for Jita, pricing information can be more than 24 hours old. The web interface however defaults to 360 hours. Short version? Set the hours parameter to so...
- by Kaladr - at 2012.05.08 17:24:00
|
56. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
If I haven't stuffed something up, EVE-Central now supports POST with the data parameter and form encoding, and raw entity POST requests without form encoding.
- by Kaladr - at 2012.05.08 17:08:00
|
57. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
Desmont McCallock wrote: Kaladr wrote: Why not data. Its a nice four letter word, and I don't have to change anything Other's will have to make changes (me included), why not you? (humor) Because I feel entitled. And have a pony. ...
- by Kaladr - at 2012.05.08 15:05:00
|
58. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
As a note, when form encoding, please remember to actually form encode the contents. While most characters are safe in the message, the + in the timestamps gets decoded to a space, leading to an invalid date/time. As for what key? Why not data. I...
- by Kaladr - at 2012.05.08 05:52:00
|
59. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
I followed the urlencode-in-form data approach due to inertia. Post is so commonly used for form submissions that not having encoded data seemed foreign. The HTTP specs are of course agnostic on this matter.
- by Kaladr - at 2012.05.07 15:40:00
|
60. Why are we not combining market data, player devs? - in EVE Technology Lab [original thread]
EVE-Central (finally) has support for the unified format on the "correct" endpoints. Next up: testing interoperability, and solving the routing-loop problem if we hook up to EMDR.
- by Kaladr - at 2012.05.07 05:54:00
|
| Pages: 1 2 [3] 4 5 6 7 8 9 10 20 30 40 50 60 70 |
| First page | Previous page | Next page | Last page |