As usual, another beautiful Stripe product page. Fantastic job! The product looks pretty awesome too. In case any Stripe-people are lurking here, the scrolling on the example query modals (the ones you get from clicking on e.g. "How many active customers do we have?") is painfully slow -- as though it had only been tested for Mac touchpads, where scrolling quickly is easy. I'm on Firefox/Ubuntu, using a shitty USB mo…
Stripe Sigma
91–100 of 123 posts
Re: Stripe Sigma
#92I'm sorry, but I don't grok the utility of this. Can someone "explain this like I am five"? We are a fairly long-running Stripe customer, and we mirror all transaction data, with the exception of actual card info, into our internal dbms. I am presuming nearly all Stripe customers do this as well, considering how easy API integration is. So what is the utility of this service versus querying internal data - particular…
Though the point about data sets is important: even if we have the metadata here, ultimately it's only a partial view into money we're receiving.
But if Stripe is your only payment process, this is definitely interesting.
Re: Stripe Sigma
#93> We’ve already written the queries for the most useful reports for different types of businesses: From computing MRR to ARPU to analyzing the payment methods your customers prefer... This would have to be worrying for companies like Baremetrics, ChartMogul etc. Obviously it is not 100% the same - but the ability to quickly get MRR, ARR etc would solve many peoples main pain.
No one ever learns about the perils of building on someone else's platform. See: twitter 3rd party devs, Buffer, Facebook app devs, etc Stripe isn't a payment processor; they are your financial back office as a platform.
Re: Stripe Sigma
#94Earlier quoted context omitted.
That's one of the problems that GraphQL is intended to solve, specifically you don't want to write your API queries directly in SQL but you also want the flexibility to chain queries together and specify the exact types of data you require.
Wonder what you'd think of a pull + datalog mix, which is what Datomic / Datascript do: https://github.com/Datomic/day-of-datomic/blob/master/tutori... The neat thing about the syntax there is that it's a datastructure which if you write a generic visual editor like https://developers.google.com/blockly/ over that only fits puzzle pieces when they satisfy https://clojure.org/about/spec you could...
Re: Stripe Sigma
#95Re: Stripe Sigma
#96Is the data freshness a joke? 2 DAYS to get data into the data warehouse? Stitch, Fivetran, Segment, and more can do way better than that without any internal hooks.... :/ > Additional processing time–up to 48 hours–is required to make your account’s transactional data available in Sigma. This means that it does not reflect your account’s most recent data and should be considered a couple days behind. The Sigma inter…
Given how Stripe seems to build products in a lean way, it'd not surprise me if they are just launching like this and measure customer reaction. If the main reason it doesn't get the traction they want is the 48 lag, they'll just rewrite their reporting pipeline to use streaming, and the product gets faster for free.
Re: Stripe Sigma
#97Re: Stripe Sigma
#98A couple of people have mentioned that Baremetrics should feel threatened, and that's where my mind went immediately too. I asked Josh Pigford for his reaction, and this is what he said: > We've had beta access to it for a while and have known it was coming. Generally not worried about it at all nor do we view it as any sort of competition in any sense of the word. > It doesn't give access to any new data...it's an S…
Re: Stripe Sigma
#99Stripe could have particular constraints that I'm not aware of, but it seems to an example of not-invented-here syndrome.