| Pages: 1 [2] 3 4 :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kaladr
Dreddit Test Alliance Please Ignore
29
|
Posted - 2012.04.25 20:39:00 -
[31] - Quote
It appears to be an nginx issue - previously compressed data was supported. Once I merge in Escalation data I'll look at it. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Kaladr
Dreddit Test Alliance Please Ignore
29
|
Posted - 2012.04.26 05:00:00 -
[32] - Quote
Hey everyone:
- Escalation data is now loaded. Search away for your faction items.
- GZIP is re-enabled on the API server for bandwidth savings.
Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Desmont McCallock
165
|
Posted - 2012.04.26 06:08:00 -
[33] - Quote
Still response for success is returned as empty text. Attempting to upload a compressed UF message results in error message: Bad Request. |

Norian Lonark
Black Thorne Corporation Black Thorne Alliance
30
|
Posted - 2012.04.26 12:49:00 -
[34] - Quote
Thank you Kaladr.
I have always used EVE-Central and your efforts in keeping this great community resource going is really appreciated.
|

Ilyk Halibut
Blackwater USA Inc. Against ALL Authorities
4
|
Posted - 2012.04.27 02:06:00 -
[35] - Quote
Kaladr wrote:Some updates:
- The E-mail push service will gain a generatedAt field trailing all other fields, such inclusion in EMDR.
Has this already been deployed? I'm not seeing it in the feed. EVE Market Data Relay - A real-time feed of EVE Market data http://www.eve-emdr.com |

Kaladr
Dreddit Test Alliance Please Ignore
30
|
Posted - 2012.05.01 23:24:00 -
[36] - Quote
Ilyk Halibut wrote:Kaladr wrote:Some updates:
- The E-mail push service will gain a generatedAt field trailing all other fields, such inclusion in EMDR.
Has this already been deployed? I'm not seeing it in the feed.
generatedAt is now deployed (though likely horribly broken, though it did work in testing :)) Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Kaladr
Dreddit Test Alliance Please Ignore
31
|
Posted - 2012.05.04 21:40:00 -
[37] - Quote
Exciting news! New APIs!
First off, I moved all of the existing API documentation to the EVE-Central Wiki. You can find documentation (with less typos, etc) here:
http://dev.eve-central.com/evec-api/start
I'd like to highlight two new APIs:
quicklook on path
For a single market type, get all of the orders which lie on a path between two systems.
http://dev.eve-central.com/evec-api/start#quicklook_path
Route
Get the route between two systems as the auto-pilot flies (mostly, kinda)
http://dev.eve-central.com/evec-api/start#route
You'll also note that the route API is returning JSON. I will be upgrading the other APIs to emit both XML and JSON for convenience. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Desmont McCallock
172
|
Posted - 2012.05.05 20:22:00 -
[38] - Quote
Any progress on supporting UF? |

Kaladr
Dreddit Test Alliance Please Ignore
31
|
Posted - 2012.05.05 23:29:00 -
[39] - Quote
Desmont McCallock wrote:Any progress on supporting UF?
Currently in progress. I'm testing interoperability with EMUU now. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Arch Raptor
Aegis Coalition Logistics Dark Legion Alliance
6
|
Posted - 2012.05.06 13:45:00 -
[40] - Quote
xml is working great, but I fear I may be uploading too much data from your servers as it hits a unable to pull error now and then. To make it easier, is there a way to load the entire market database from select systems say... once a hour / day?
I started to make a doc that pulled all 32,000 items from the select market and realized that was a huge waste of my time and your bandwidth. 32,000 * 4 markets * 2 / 20 lines per quary = 12800 quary requests. Can I get that down to maybe... 50 or less?
Trying to create a sheet that compairs data on 16 markets and gives automated results on lowest / highest price changes and % increases.
Also what is the tab on exported data " stddev" and "percentile" refering to? guessing at percentile might be % change, no idea what stddev is... sounds like a disease lol
Need this to work on a quary system for excel 2007, any help would be appriciated. |

Kaladr
Dreddit Test Alliance Please Ignore
31
|
Posted - 2012.05.06 23:15:00 -
[41] - Quote
Arch Raptor wrote:xml is working great, but I fear I may be uploading too much data from your servers as it hits a unable to pull error now and then. To make it easier, is there a way to load the entire market database from select systems say... once a hour / day?
Not at the moment.
Generally, if you're hitting an error, its due to:
- An actual code bug (gasp) on my side.
- A malformed request (spaces at the end, types that don't exist, etc etc).
- I restarted the server without the failover in place (sorry)
Quote: Also what is the tab on exported data " stddev" and "percentile" refering to? guessing at percentile might be % change, no idea what stddev is... sounds like a disease lol
Need this to work on a quary system for excel 2007, any help would be appriciated.
percentile = 5% buy/sell. If you sold to the top 5% (in volume, not just orders), and took the total price, that would be percentile. For sell, its as if you've bought 5% of the market (in volume), lowest price first.
stddev = Standard deviation over all order prices.
Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Kaladr
Dreddit Test Alliance Please Ignore
31
|
Posted - 2012.05.07 01:58:00 -
[42] - Quote
As a note, Unified Upload format processing is now enabled. I'm not claiming full conformance will all implementations (i.e., woking through some compression issues with EMUU right now), but its functional enough to test with. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Arch Raptor
Aegis Coalition Logistics Dark Legion Alliance
6
|
Posted - 2012.05.07 06:05:00 -
[43] - Quote
Kaladr wrote:[quote=Arch Raptor]xml is working great, but I fear I may be uploading too much data from your servers as it hits a unable to pull error now and then. To make it easier, is there a way to load the entire market database from select systems say... once a hour / day?
Not at the moment.
Is this something that is being in the works? How much of a strain on your systems if I were to create that many query requests?
Looking at around 7500 or more, pulling all items 32 times
Generally, if you're hitting an error, its due to:
- An actual code bug (gasp) on my side.
- A malformed request (spaces at the end, types that don't exist, etc etc).
- I restarted the server without the failover in place (sorry)
found the errors don't happen all the time and are on different communication requests all the time. Might be my set, I'll look into it further. Only wrote 6000 lines of requests so far, not impossible that I made an error somewhere |

Bluestream3
the Goose Flock
16
|
Posted - 2012.05.08 23:02:00 -
[44] - Quote
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/api/marketstat?typeid=12235®ionlimit=10000002). I don't know if you're already aware or if it's something intended. I just thought I'd post here to notify you just in-case. |

Kaladr
Dreddit Test Alliance Please Ignore
33
|
Posted - 2012.05.08 23:14:00 -
[45] - Quote
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/api/marketstat?typeid=12235®ionlimit=10000002). I don't know if you're already aware or if it's something intended. I just thought I'd post here to notify you just in-case.
Check the age of the orders - the default view on the web interface is 360 hours, whereas the default view on the API is 24 hours. This can be fixed with the hours= parameter. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Bluestream3
the Goose Flock
16
|
Posted - 2012.05.09 00:03:00 -
[46] - Quote
Kaladr wrote: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/api/marketstat?typeid=12235®ionlimit=10000002). I don't know if you're already aware or if it's something intended. I just thought I'd post here to notify you just in-case. Check the age of the orders - the default view on the web interface is 360 hours, whereas the default view on the API is 24 hours. This can be fixed with the hours= parameter.
Oh, can't believe I didn't notice that. Thanks. |

Andy DelGardo
Hedion University Amarr Empire
7
|
Posted - 2012.05.18 20:27:00 -
[47] - Quote
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 |

Kaladr
Dreddit Test Alliance Please Ignore
34
|
Posted - 2012.05.19 04:45:00 -
[48] - Quote
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 minutes.
The API and trade finder refreshes immediately.
Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Desmont McCallock
175
|
Posted - 2012.05.19 05:07:00 -
[49] - Quote
Kaladr wrote:The web interface can cache up to 30 minutes. Seriously, you need to reduce that a lot.
|

Andy DelGardo
Hedion University Amarr Empire
7
|
Posted - 2012.05.19 08:07:00 -
[50] - Quote
Kaladr wrote: The web interface can cache up to 30 minutes.
The API and trade finder refreshes immediately.
Ah so only the Web lacks behind, good to know since i just needed the fresh data in a spreadsheet. So i can simply ignore the web version in those cases i use the API.
Thx Andy |

l0rd carlos
Friends Of Harassment
32
|
Posted - 2012.05.19 15:22:00 -
[51] - Quote
Is there a way to pull data from the API without the TypeID, but with the item name? |

Scrapyard Bob
EVE University Ivy League
975
|
Posted - 2012.05.20 12:29:00 -
[52] - Quote
l0rd carlos wrote:Is there a way to pull data from the API without the TypeID, but with the item name?
Given how often CCP likes to change item names these days (bored interns?), you should simply grab one of the static data dumps and figure out the type IDs.
(See also jEVEAssets, which now provides an "items" tool which has a list of all the items and their typeIDs. Or the CSV dump over at fuzzworks.) |

Kaladr
Dreddit Test Alliance Please Ignore
34
|
Posted - 2012.05.22 14:48:00 -
[53] - Quote
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. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Zifrian
Licentia Ex Vereor Intrepid Crossing
296
|
Posted - 2012.05.23 00:00:00 -
[54] - Quote
Any issues with price updates via API? I'm getting a lot of 0.00's right now for Jita but there are prices listed when looking at the quick look.
Maybe this example will help? Maybe I'm doing something wrong?
http://eve-central.com/home/quicklook.html?typeid=30474
My query: http://api.eve-central.com/api/marketstat?typeid=30474&usesystem=30000142 Maximze your Industry Potential! - Get EVE Isk per Hour! |

Andy DelGardo
Hedion University Amarr Empire
27
|
Posted - 2012.05.25 09:33:00 -
[55] - Quote
Is there still no way to get the daily/weekly trade volume via api? The stat is show in the web version, so i would really like this stat available in the api too. |

Kaladr
Dreddit Test Alliance Please Ignore
34
|
Posted - 2012.05.25 21:27:00 -
[56] - Quote
Inferno is now loaded. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Desmont McCallock
179
|
Posted - 2012.05.30 12:30:00 -
[57] - Quote
There is a visual issue on the site. Reported time isn't showing correctly (usually when the data are fresh?). |

Kaladr
Dreddit Test Alliance Please Ignore
34
|
Posted - 2012.06.03 02:28:00 -
[58] - Quote
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. Creator of EVE-Central.com, the longest running EVE Market Aggregator |

Desmont McCallock
180
|
Posted - 2012.06.03 06:34:00 -
[59] - Quote
I don't know if you have done anything but it looks like it's fixed. |

Andy DelGardo
Hedion University Amarr Empire
57
|
Posted - 2012.06.03 12:25:00 -
[60] - Quote
Kaladr wrote: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.
Not fixed for me, get more of those broken reports and its not just a visual bug, since the API "sethours=" also breaks on those reports. It will filter out all those reports, with the strange time format "06-02 1", resulting in quite some missing data. I just noticed this, since in one of my spreadsheets i got empty reports all over the place, which could not be.
Maybe its the new evemon uploader? |
| |
|
| Pages: 1 [2] 3 4 :: one page |
| First page | Previous page | Next page | Last page |