springernature / boomcatch

A standalone, node.js-based beacon receiver for boomerang.
GNU General Public License v3.0
110 stars 33 forks source link

Handle new data format #49

Open philbooth opened 9 years ago

philbooth commented 9 years ago

As per: http://nicj.net/compressing-resourcetiming/

philbooth commented 9 years ago

Related (I think, not checked properly): https://github.com/lognormal/boomerang/pull/68

JonHouse commented 8 years ago

Hi, I was just wondering if there is any news on this? I've just run into this (getting a 400 "Invalid data" error) after trying to use the latest version of Boomerang with restiming.

philbooth commented 8 years ago

@JonHouse, I realise this is a sub-optimal answer, but are you able to work round this by using an older version of boomerang at all? Speaking personally, it is not something I expect to have time to work on in the near future.

Failing that, maybe there is somebody at Springer Nature who can look into this, @dotcode?

JonHouse commented 8 years ago

Hi @philbooth, thanks for getting back to me so quickly. I have reverted to the version of restiming.js before this change was merged and that seems to work so I'll stick with that, thanks again.

bluesmoon commented 8 years ago

The compression/decompression is implemented here: https://github.com/nicjansma/resourcetiming-compression.js feel free to pull the code into boomcatch.

philbooth commented 8 years ago

@dotcode, have you got any Nature peeps available who might be available to take a stab at this? If not I'll make time for it at some point but probably not for a few weeks.

softwareklinic commented 8 years ago

where can i find older version of retiming.js which can be used with boom catch??

bluesmoon commented 8 years ago

you'll have to use git log and git checkout to go back in history. however note that older versions also have bugs that mean the data is not reliable.

softwareklinic commented 8 years ago

@bluesmoon Do you foresee elasticsearch as a possible & correct endpoint for boomerang (nt, rt, restiming, etc...) data.... Or do you see any issues with that approach.... We wrote a Java interceptor for flume that converted all the data from NT, RT and Restiming to elasticsearch.. but somehow we are yet to make sense of that data... maybe structurally etc.

bluesmoon commented 8 years ago

@softwareklinic I think that's off topic for this thread.

softwareklinic commented 7 years ago

has this been implemented ---

josebolos commented 7 years ago

Hi @softwareklinic, unfortunately we don't have anyone at the moment working in this project so I don't expect this to be fixed any time soon.

itsMattShull commented 6 years ago

Has anyone got the new decompression to work? I'm looking into now but wanted to post in case someone else has beat me to it.

softwareklinic commented 6 years ago

As far as I know - no. But there is a php decompressor available on GitHub

Regards Keyur

On Jul 4, 2018, at 3:27 PM, Matt Shull notifications@github.com wrote:

Has anyone got the new decompression to work? I'm looking into now but wanted to post in case someone else has beat me to it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_springernature_boomcatch_issues_49-23issuecomment-2D402554452&d=DwMCaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=QdU9ynK_Pna3a4TlNm0IqSkTvAoOvgSYGNrfxhJcJgM&m=1-ZuPdzeNN6xKOku_ywuohF91FfhI8XW6SLKj6Hu_90&s=bRsBx9969PVi9DHhOegXTWc2-BDtOwAi2cDLr_dFKgs&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AHMCicw84ar2wTyrtvrYtGXmYwo8xTljks5uDSUagaJpZM4DRDSg&d=DwMCaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=QdU9ynK_Pna3a4TlNm0IqSkTvAoOvgSYGNrfxhJcJgM&m=1-ZuPdzeNN6xKOku_ywuohF91FfhI8XW6SLKj6Hu_90&s=-fLcCEK6GB0nxOQDE2NniOlOhxo6IM4LwzeVTgUT0QE&e= .

itsMattShull commented 6 years ago

@josebolos Do you have any work towards an update for 4.0?

itsMattShull commented 6 years ago

Created a pull request to fix this: https://github.com/springernature/boomcatch/pull/95