Earlier quoted context omitted.
What makes them an enterprise option? Why does an enterprise need Postman at all? The collaboration features aren't useful on any size team.
Well, they have the organizational maturity to accommodate enterprise customers, and in contrast to much of this subthread, they don't say things like "just use curl".
Postman acquires Akita for automated API observability
111–120 of 124 posts
Re: Postman acquires Akita for automated API observability
#112Earlier quoted context omitted.
jean yang is pretty much an industry legend at this point, and was hyperfocused on her specific kind of o11y (ebpf based drop-in traffic monitoring) which is an obviously important part of an overall o11y product suite that i think many players would either have to build or buy. i imagine she had her pick of acquirers. edit: check out her interviews! crazy impressive https://www.listennotes.com/top-podcasts/jean-yang…
Companies that pioneered the stateful reconstruction of APIs from raw network events - - Netsil [0] (acquired by Nutanix) - Academic spin-out from UPenn - Pixie Labs [1] (acquired by New Relic) [0]: https://thenewstack.io/netsil-visualizes-performance-microse... [1]: https://techcrunch.com/2020/12/10/new-relic-acquires-kuberne...
Re: Postman acquires Akita for automated API observability
#113Earlier quoted context omitted.
Companies that pioneered the stateful reconstruction of APIs from raw network events - - Netsil [0] (acquired by Nutanix) - Academic spin-out from UPenn - Pixie Labs [1] (acquired by New Relic) [0]: https://thenewstack.io/netsil-visualizes-performance-microse... [1]: https://techcrunch.com/2020/12/10/new-relic-acquires-kuberne...
why do you think these companies, though successful in their own right, never became bigger standalone observability platforms?
In addition, these techniques have been prone to event misses (partial reconstruction) in case the ring buffer overflows and are ineffective in the face of SSL traffic.
Re: Postman acquires Akita for automated API observability
#114Earlier quoted context omitted.
I have a few qualms with this app: 1. For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software. 2. It doesn't actually replace a USB drive. Most people I know e-mail files to themselves or host them s…
Has this sarcastic rejoinder actually held up, though? "Dropbox’s stock falls as it struggles to squeeze more revenue from existing customers" - https://siliconangle.com/2023/02/16/dropboxs-stock-falls-str...
Re: Postman acquires Akita for automated API observability
#115I don’t get the appeal of Postman. Collections are great but I’ve always preferred plain old curl.
How do you refresh your bearer token when needed, and have it automatically apply to all 20 api's you are curling. Bash scripts or whatever don't count, because then you aren't using "plain old curl"
Also... I think you're being a little pedantic here. Bash scripts are the automation already available to every terminal users. Their use is implied.
Re: Postman acquires Akita for automated API observability
#116Earlier quoted context omitted.
postman was essentially built as a easy GUI version of curl. Once it went the VC route it kinda jumped the shark.
> X was essentially built as a easy GUI version of Y. Once it went the VC route it kinda jumped the shark. Pretty much applies to a lot of startups. VC money does weird things.
Re: Postman acquires Akita for automated API observability
#117Earlier quoted context omitted.
This is a very uninformed comment. It’s like saying web browser doesn’t do anything that curl doesn’t. It’s technically true but not really. But it’s also technically incorrect. Even on request level, not speaking about all the things on top that Postman does, Postman also does grpc and graphql (edit: and websocket), which curl doesn’t. Once you start adding all the features, it’s very hard to replace Postman with an…
I'm pretty sure curl does support GraphQL. It's a little weird with the formatting but it can be done. Postman can even export a GraphQL request to a curl command.
Re: Postman acquires Akita for automated API observability
#118Re: Postman acquires Akita for automated API observability
#119Earlier quoted context omitted.
Has this sarcastic rejoinder actually held up, though? "Dropbox’s stock falls as it struggles to squeeze more revenue from existing customers" - https://siliconangle.com/2023/02/16/dropboxs-stock-falls-str...
Given the comment was made 16 years ago, I think so.
Re: Postman acquires Akita for automated API observability
#120Earlier quoted context omitted.
why do you think these companies, though successful in their own right, never became bigger standalone observability platforms?
While the tech these companies built (stateful reconstruction) is quite hard to engineer, large-scale observability platforms like Datadog were much more successful as they could cover a much larger surface area with minimal incremental effort. Even APM companies like New Relic and AppD struggled to justify the value they were delivering with their well-engineered code-level agents in the face of large-scale server/p…