Introducing G2.ai, the future of software buying.Try now
Decodable
Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated Decodable Alternatives

Fivetran
(430)
4.2 out of 5
Workato
(560)
4.7 out of 5

Decodable Reviews & Product Details

Decodable Overview

What is Decodable?

Decodable radically simplifies real-time ETL with a powerful, easy-to-use real-time ETL platform. By removing the challenges of building and maintaining infrastructure and pipelines, Decodable enables data teams to eliminate overhead, easily connect sources, perform real-time transformations, and reliably deliver data to any destination.

Decodable Details
Languages Supported
English
Show LessShow More
Product Description

Decodable’s mission is to make streaming data engineering easy. Decodable is a real-time data engineering service — that anyone can run. As a serverless platform for real-time data ingestion, integration, analysis, and event-driven service development, Decodable eliminates the need for a large data team, clusters to set up, or complex code to write.

How do you position yourself against your competitors?

Unlike Apache Flink or managed Kafka services that are extremely complex to set up, manage, and use and offer limited support for your data processing needs (CDC, batch, etc…), Decodable offers a unified, full-stack and fully-managed platform—powered by battle-tested open source technologies—that eliminates infrastructure overhead, simplifies development of efficient data pipelines, and ensures operational reliability.


Seller

Decodable

Description

Decodable is a data streaming platform designed to simplify the development and deployment of real-time data applications. It enables organizations to easily manage and process streaming data using a user-friendly interface, allowing for seamless integration with various data sources and tools. With a focus on scalability and performance, Decodable empowers teams to build powerful data pipelines and applications that harness the full potential of real-time information. For more information, visit their website at [decodable.co](https://decodable.co).

Overview Provided by:

Decodable Integrations

(2)
Integration information sourced from real user reviews.

Recent Decodable Reviews

Kevin K.
KK
Kevin K.Mid-Market (51-1000 emp.)
4.5 out of 5
"Unlocks AI applications by Simplifying Real-time Streaming and Infrastructure"
Decodable is a tool that unlocks a lot of use cases for us that were previously not achievalable for our team. With our AI pipelines, we require cu...
MS
Martin S.Mid-Market (51-1000 emp.)
5.0 out of 5
"Onboarding could not be more easy"
I planned on trying out Decodable to maybe some later day migrate a previously batched pipeline. It worked fine and was cheap, but I never had real...
Verified User
U
Verified UserMid-Market (51-1000 emp.)
4.0 out of 5
"Very useful and powerful realtime engine"
Very easy to use real time SaaS platform, that makes prototype assembly quick and easy and shows flow of data using simple dashboards.

Decodable Media

Answer a few questions to help the Decodable community
Have you used Decodable before?
Yes

16 Decodable Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
16 Decodable Reviews
4.7 out of 5
16 Decodable Reviews
4.7 out of 5

Decodable Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
MS
Chief Curiosity Counselor
Non-Profit Organization Management
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Decodable?

I planned on trying out Decodable to maybe some later day migrate a previously batched pipeline. It worked fine and was cheap, but I never had real-time data for testing.

After about 3 hours of tinkering on a slow Tuesday afternoon, not only did I finish my tests, but actually migrated the whole pipeline. And reduced technical debt in the meantime, as there now are fewer systems to maintain.

I checked in with my stream a few times, but never had to adjust anything (so far). It just works. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

My stream only processes about 1 to 2 records per second - even the small tasks are overpowered for that. To save energy and resources, even smaller task sizes (maybe by sharing task resources?) would be cool :) Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

By using Decodable I can access real-time data and having reduced overhead at the same time: One stream replaced 1 intermediate storage, 1 batch pipeline and a couple SQL scripts no longer necessary. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Thank you, Martin, for sharing your experience with Decodable! We're very happy to hear that your onboarding process was smooth. Our goal has always been to make stream processing as easy as batch processing, and feedback like yours reinforces our commitment to that goal.

Improving resource utilization is on top of mind. We’ve recently introduced a tech preview of Scale to Zero (https://docs.decodable.co/administer/scale-to-zero.html), which enables cost savings with the latency tradeoff. We’d love for you to try it out and share your thoughts!

Kevin K.
KK
Senior AI Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite on behalf of seller
Incentivized Review
Rating Updated ()
What do you like best about Decodable?

Decodable is a tool that unlocks a lot of use cases for us that were previously not achievalable for our team. With our AI pipelines, we require customer updates to take effect immediately. For example, if they change a document (PDF, DOCX), we need it to be updated and reindexed in our vector databases so that the new information can be surfaced in AI pipelines. It would be impossible to perform these updates in a timely manner if we rely on batch jobs.

Decodable is very effective at simplifying the monitoring of these updates (through Change Data Capture), and running the updates through a custom pipeline for us. For use cases that literally only need to move data from point A to point B, Decodable is a lot simpler and doesn't need much code maintenance.

Real time streaming will always take effort and require different thinking. The Deodable team has done a very good job in abstracting a huge amount of the complexity, allowing us to focus on our business logic. The support has been great all the way, which is important for a team like ours that wasn't used to Flink.

When it comes to simplifying infrastructure for streaming needs, this is where Decodable really shines. We are not bothered by keeping uptime of Kafka and Flink infrastructure, which can be a lot of work. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

The Decodable team moves fast but as one of the earlier adopters, we certainly had to adjust to some of the limitations. For example, we used Java Flink even if our team was more comfortable in Python. A month after that decision, PyFlink Beta was rolled out. We also had to do some extra work around CI/CD. At the pace of the Decodable though, I am confident that they will have a significantly refined product in the next few months. The support team has been super responsive for us. If only our timeline were one to two months later, we would have had a much easier time.

Similar to above, the process around updating pipelines isn't quite refined yet. It requires a bit of extra work on our end to write some scripts to help.

Batch vs streaming can also require a mindset change that takes getting used to. For example, joins are significantly more complicated. This is not the fault of the Decodable team though, it's just a fact of life that streaming will be a bit more complicated. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Data teams need to move data from transactional databases to data warehouses. Or in our case, we additionally need to move the records to our vector databases for AI applications. There are two options to do this, a batch job, or a streaming pipeline. Batch jobs are a lot simpler, at the expense of the data only being upto date every time the batch is run (every few hours or daily). For AI use cases in our organization, we needed data to be consistently upto date.

Decodable simplifies the complexity of streaming pipelines by handling the change data captures (CDC) stream, and the infrastructure to move the data from point A to point B in real time (through Kafka and Flink). This allows us to always provide upto date data in our AI applications because we are able to index the data in our vector databases in real time. Without Decodable, we'd need to manage too many things rather than focusing on the business logic. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Wow Kevin, thank you so much for your detailed review! We're absolutely delighted to hear how Decodable powers your AI applications and real-time streaming needs. It's fantastic to know that our platform has made such a difference in simplifying your processes and allowing your team to focus on your business logic.

I really appreciate your candid feedback about the challenges you've faced. As early adopters, you’ve been pioneers, and your insights are incredibly valuable to us. We’re leveraging your feedback and working hard to refine the developer experience and make things smoother for you and all our users.

Your confidence in our team's ability to improve is truly motivating. We're committed to making Decodable even better and are excited about what’s to come. Thanks again for your support and for being part of our journey.

Verified User in Computer Software
AC
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite on behalf of seller
Incentivized Review
What do you like best about Decodable?

Decodable makes creating streaming data pipelines easy. They provide all the Debezium, Kafka, and Flink infrastructure with none of the complexity. Their API and CLI make it simple to manage your infrastructure in a consistent way. The team at Decodable is very responsive and always willing to dive in and help out when needed. I was able to get up and running very quickly as compared to standing up my own Debezium/Kafka infrastructure. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

Some of the advanced functionality exposed by the Debezium is not available in Decodable. Setting up destination streams and database tables could be more automated or streamlined. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Streaming data into a data warehouse for analytics. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Thank you for sharing how Decodable is helping you stream data into your data warehouse for analytics. We’re so glad to hear that our API and CLI made managing your infrastructure easy - delivering a great developer experience is exactly what we designed our platform for!

Your feedback on advanced Debezium functionality is appreciated. Expanding support for CDC is a top priority for us, as it will definitely further enhance our platform’s capabilities.

We continue to improve Decodable workflows through automation. Some connectors, like Snowflake, already support auto database creation, and we’re actively working to extend this feature to more connectors. Automated schema evolution is also coming soon!

MA
Senior Data Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite on behalf of seller
Incentivized Review
What do you like best about Decodable?

Our team was able to abstract away an intensive 5000+ schema union using decodable. We are now deploying custom Flink pipelines - the ETL capabilities are very broad and can be as complex or as simple as we need. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

Some small UI/documentation improvements would make getting up and running easier. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Its making event based streaming very quick and easy to develop and deploy. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Thank you, Max, for your review! We’re excited to hear that Decodable has helped you manage your 5000+ schema union and deploy custom Flink pipelines. We designed our product to be flexible, and it’s great to see it working well for your team’s needs.

I appreciate your feedback on our UI and documentation. Enhancing usability is always a priority for us, and I hope you notice improvements each time you log in 🙂.

Verified User in Information Technology and Services
UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Decodable?

Very easy to use real time SaaS platform, that makes prototype assembly quick and easy and shows flow of data using simple dashboards. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

FAQ is not very well laid out, making us reach out to support, but they are very quick to answer nevertheless. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Makes it very easy to visualise data flow and locate information across various connectors. Does everything we need and does it at scale. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite on behalf of seller
Incentivized Review
What do you like best about Decodable?

- Ease of use and very intuitive UI

- Great team, they helped us throughout our journey from POC to actual implmentation on Production

- Special mentions to Andrew, Gunnar and Nico for helping with our usecase of migrating Full-Text search from MySQL to ElasticSearch

- Customer support is very quick and regular weekly connects. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

- Nothing as such, Andrew and team always made sure that we never face any issues. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Decodable helped us in migrating our full-text search from MySQL to Elasticsearch, replicating data from mysql to elasticsearch in real time and doing stream processing along the way. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Thanks for your great review! We're glad you found Decodable easy to use with an intuitive UI.

Big shoutout to my awesome colleagues Andrew, Gunnar, and Nico for assisting with your MySQL to Elasticsearch migration. We’re committed to providing top-notch assistance to all our users and it’s great to hear that our customer support and regular check-ins made a difference.

Khushi K.
KK
Computer Assistant
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite on behalf of seller
Incentivized Review
Rating Updated ()
Response from Sharon Xie of Decodable

Khuski, thank you for your detailed review! We’re thrilled to hear that you find it easy to set up pipelines for real-time metrics and that you love our pipeline preview feature.

Your feedback on setting up multi-query in a pipeline is valuable. We have plans to support statement sets in the pipeline to enhance usability and efficiency. Stay tuned!

Sanjay Kumar C.
SC
Senior Web Application Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about Decodable?

Delivery of processed data without any duplicacy and without any loss of data. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

Documentation need bit more clarification as i have to struggled in searching few things. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Data streaming with any other tool have lots of data loss with totally reduced to 0. Review collected by and hosted on G2.com.

Response from Sharon Xie of Decodable

Thank you, Sanjay, for your review! We chose Flink as the backbone of our platform for its robust stream processing and exactly-once delivery capability and it’s fantastic to hear that Decodable has completely eliminated data loss for you.

I appreciate your feedback on our documentation. We’re always working to improve clarity and usability.

Gaurav  M.
GM
Data engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite on behalf of seller
Incentivized Review
What do you like best about Decodable?

The Best Thing that I like about the decodable is the preview data and its ability to auto-scale without any manual intervention. Another feature that I like is real-time source, sink throughput, memory, and disk usage dashboards. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

There are so many configurations that we need to do while creating streams in decodable, for example, a user might be unknown to the watermark column, but it should be pre-populated and schema and format from Kafka as soon as the user selects a topic can also be prepopulated. Also, sometimes SQL errors are directly from flink SQL parser, we can wrap them and the user might get a good idea of where the error is. There is also no way to connect multiple sql queries one by one, this might be a good feature Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Decodable is pro at what it does, for me, it is solving auto-scaling and self-heal problems. As a user, now I don't need to worry when I need to manually stop the job and start with higher parallelism Review collected by and hosted on G2.com.

Kenny S.
KS
Solutions Architect
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about Decodable?

There are two things I like best: 1) Decodable makes it super easy to do prototyping, sandboxing, etc. 2) Decodable abstracts away the difficult parts of operating Flink. Decodable, as a company, is doing so many things well: it has a great architecture based on solid theory and proven open-source technologies. It's fully cloud-native, and they have built a team of industry experts with deep experience in the underlying technologies. Review collected by and hosted on G2.com.

What do you dislike about Decodable?

The only downside is that it's still maturing in a relatively new space. There's still much ground to be taken, but the team is bringing new functionality at a very impressive rate. Review collected by and hosted on G2.com.

What problems is Decodable solving and how is that benefiting you?

Quick iterating and prototyping is one of my favorite things about the product. It allows for rapid trying out of ideas. Review collected by and hosted on G2.com.