GoodData is an analytics platform used by organizations to deliver real-time, governed insights, embedded into products, customized for users, and integrated into any data environment.
N/A
RabbitMQ
Score9.5 out of 10
N/A
RabbitMQ, an open source message broker, is part of Pivotal Software, a VMware company acquired in 2019, and supports message queue, multiple messaging protocols, and more.
RabbitMQ is available open source, however VMware also offers a range of commercial services for RabbitMQ; these are available as part of the Pivotal App Suite.
I think it works nicely for shops that want the analytical power and are ok to host their own infrastructure for the data and etl. For smaller operations with limited budgets but still high demand for analytical features the math may not work out.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
It is highly recommended that if you have microservices architecture and if you want to solve 2 phase commit issue, you should use RabbitMQ for communication between microservices. It is a quick and reliable mode of communication between microservices. It is also helpful if you want to implement a job and worker mechanism. You can push the jobs into RabbitMQ and that will be sent to the consumer. It is highly reliable so you won't miss any jobs and you can also implement a retry of jobs with the dead letter queue feature. It will be also helpful in time-consuming API. You can put time-consuming items into a queue so they will be processed later and your API will be quick.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
The source datasets are often complex, semi-structured and un-linked to key entities. With GoodData, all of these datasets are unified to serve as a central semantic data model layer, building into a galaxy schema with dimensions, bridge, and facts, which then forms the backbone that powers the [...] data intelligence cloud. Building insights and dashboards become a much easier task once the underlying data model is designed. GoodData enforces certain best practices as a BI tool, which must be adhered to get the true value of the raw data. For e.g. the source FDA dashboard may just show inspection data but the Site Profile dashboard built on GoodData goes beyond the standard information and shows more insight into site risk scores and can be drilled into details. There is blog written on this topic: [...].
GoodData provides a rich collection of visualization options that help us create compelling story-telling via dashboards. Being well-prepared for FDA inspections is essential for maintaining product quality, regulatory compliance, and avoiding serious business setbacks. FDA inspections are critical events that can shape a company’s market access and reputation. The FDA itself offers the FDA Data Dashboard, but it doesn’t make every document available. There is a blog written on this topic: [...].
Medical devices and technologies do not stop evolving after they receive regulatory approval. Once a product hits the market, it faces real-world usage, compliance challenges, and an array of regulatory scrutiny. Managing these postmarket dynamics is critical to a product’s long-term success and patient safety. However, many companies struggle to keep track of relevant events across a product’s markets, from adverse event reports to changing regulations. Postmarket Intelligence developed on GoodData platform enables us to solve that problem. It empowers MedTech companies to efficiently monitor, assess, and act on postmarket data—saving time, improving decision-making, and ensuring compliance with industry standards. Anyone who is used to trying to get the data they need from the various FDA, and other regulatory agency websites, knows that collecting, cleaning, and structuring that data takes hours. And that’s before any analysis can get done. We enable customers to free up time to focus only on the high-value analysis and subsequent recommendations to leadership, rather than wrangling the data.
The data pipeline refresh that is provided by GoodData Platform is also quite useful from data engineering perspective. The Automated Data Distribution v2 or commonly called as ADD refresh follows a set pattern of identifying the analytical data model through output stage which helps abstract the complex table definition to simpler views that can help with quick rebuild at the data warehouse level while loading the data into GoodData's ADS storage layer. The import first way of loading data into GoodData's cloud storage, followed by querying for any aggregations or metrics on the GoodData analyzer, makes this simple and fast.
GoodData's latest product i.e. Cloud also offers several good features like Analytics as Code which helps software engineering teams follow a code-first approach to analytics, where building insights, dashboards or even datasets can be done in YAML templates or serviced by REST APIs. This is particularly forward thinking in the modern technology stack and evolving industry requirements. These provide seamless integration options to front-end and backend code, embedded analytics with multiple choices from HTML to React based workloads. At [...], we are currently exploring most of these features while planning for a future migration from Platform to Cloud.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
What RabbitMQ does well is what it's advertised to do. It is good at providing lots of high volume, high availability queue. We've seen it handle upwards of 10 million messages in its queues, spread out over 200 queues before its publish/consume rates dipped. So yeah, it can definitely handle a lot of messages and a lot of queues. Depending on the size of the machine RabbitMQ is running on, I'm sure it can handle more.
Decent number of plugins! Want a plugin that gives you an interface to view all the queues and see their publish/consume rates? Yes, there's one for that. Want a plugin to "shovel" messages from one queue to another in an emergency? Check. Want a plugin that does extra logging for all the messages received? Got you covered!
Lots of configuration possibilities. We've tuned over 100 settings over the past year to get the performance and reliability just right. This could be a downside though--it's pretty confusing and some settings were hard to understand.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Good Data is already have certain customizable options. However, having more flexibility in customizing reports and dashboards & control over the visual aspects would enhance the overall user experience.
To make Good Data even more powerful tool, improving the speed and responsiveness of the tool, especially during data-intensive tasks, would be a significantly helpful.
For new users, the interface can be made more user friendly which would promote easy navigation through features of tool.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
It breaks communication if we don't acknowledge early. In some cases our work items are time consuming that will take a time and in that scenario we are getting errors that RabbitMQ broke the channel. It will be good if RabbitMQ provides two acknowledgements, one is for that it has been received at client side and second ack is client is completed the processing part.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Because gooddata really helps us in processing data to make reports or dashboards. So we are very satisfied when we use it. What we like is the flexible use of charts. We change at will the use of charts to display in reports or dashboards. Thank you Gooddata for helping companies like us who need flexibility in usage
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
From a customer perspective it is incredibly usable. We have more users building their own reports that would normally need custom work from our support team. The back end can be daunting when trying to configure things like new data elements or push changes to a report to all existing customers.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
RabbitMQ is very easy to configure for all supported languages (Python, Java, etc.). I have personally used it on Raspberry Pi devices via a Flask Python API as well as in Java applications. I was able to learn it quickly and now have full mastery of it. I highly recommend it for any IoT project.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
Support team has been highly responsive and helpful from our first initial deployment to present day. They engage and work with us. know when to escalate for more challenging problems. They also follow up. Overall have had a very good experience with support
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
I gave it a 10 but we do not have a support contract with any company for RabbitMQ so there is no official support in that regard. However, there is a community and questions asked on StackOverflow or any other major question and answer site will usually get a response.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Implementations are hard and we had limited technical resources. We relied too heavily on GD care team. When we found technical gaps, they weren't simple to overcome
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
GoodData comparing to other platform is very easy to use, customer support and on-boarding support. Set of features, speed of integration in our platform. Also great benefit for us was very competetive pricing.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
RabbitMQ has a few advantages over Azure Service Bus 1) RMQ handles substantially larger files - ASB tops out at 100MB, we use RabbitMQfor files over 200MB 2) RabbitMQ can be easily setup on prem - Azure Service Bus is cloud only 3) RabbitMQ exchanges are easier to configure over ASB subscriptions ASB has a few advantages too 1) Cloud based - just a few mouse clicks and you're up and running
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
Positive: we don't need to keep way too many backend machines around to deal with bursts because RabbitMQ can absorb and buffer bursts long enough to let an understaffed set of backend services to catch up on processing. Hard to put a number to it but we probably save $5k a month having fewer machines around.
Negative: we've got many angry customers due to queues suddenly disappearing and dropping our messages when we try to publish to them afterward. Ideally, RabbitMQ should warn the user when queues expire due to inactivity but it doesn't, and due to our own bugs we've lost a lot of customer data as a result.
Positive: makes decoupling the web and API services from the deeper backend services easier by providing queues as an interface. This allowed us to split up our teams and have them develop independently of each other, speeding up software development.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info