
Reviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
263 reviews
from
External reviews are not included in the AWS star rating for the product.
Versatile data engineering connector tool for businesses with vast types of data!
What do you like best about the product?
The ability to connect multiple data sources to destination DBs and do it with a uniform structure/platform with an apparent learning curve.
What do you dislike about the product?
While it's great for certain kinds of businesses, Hevo resource and failure management is challenging for fast-growing companies. Beyond a specific size of data, the system has failed to scale for us.
What problems is the product solving and how is that benefiting you?
Hevo makes data engineering very easy, and the ability to use SQL to create jobs from one source to another makes a small DE team very effective.
It's a good tool, that is in active development.
What do you like best about the product?
Modern UI and easy to understand graphs.
The variety of sources and destinations also helps.
The variety of sources and destinations also helps.
What do you dislike about the product?
The data flow is a little opaque. We can't easily debug issues off the bat. Error messages are often cryptic.
A few features are unknown and it takes a long time to get responses on things that a mature company would know an answer off the bat.
A few features are unknown and it takes a long time to get responses on things that a mature company would know an answer off the bat.
What problems is the product solving and how is that benefiting you?
We are moving data from our AWS to Snowflake WH, which works as expected.
The user interface of Hevo Data is user-friendly. The onboarding team is nice.
What do you like best about the product?
The platform and the instruction guideline as well as the support team saves our time to set up the data pipeline.
What do you dislike about the product?
Based on my usage experience, it would be a navigation menu to the main pipeline. It'd be great if I could change one pipeline to other pipeline without returning to the main pipeline dashboard.
What problems is the product solving and how is that benefiting you?
Hevo Data helps us bridging the data from one cloud data server to another cloud data warehouse.
Good ETL tool
What do you like best about the product?
easy to set up , document , support team
What do you dislike about the product?
No UI to check how much data in source and sync in destination
What problems is the product solving and how is that benefiting you?
ETL mainly
Hevo as ETL Provider for SecondNature/EverCommerce
What do you like best about the product?
We chose info mostly for the cost-effectiveness of their solution. After 2 years of using the platform at multiple organizations and compared to other tools such as Matillion and FiveTran, the biggest secondary benefit was its ease of use. And finally, Hevo provides fantastic customer service not only at the technical level but at the corporate relationship level as well.
What do you dislike about the product?
There are times when a particular connector doesn't work as expected. However, the engineering teams are quick to help and explain and or find another solution. Another issue we've faced is the lack of a testing or staging phase of data. We have at times, quickly exhausted our quota due to improper configuration. We have suggested to the engineering team a staging/dev phase for pipeline creation where a subset of data can be ingested and validated before turning on the pipeline for full ingestion.
What problems is the product solving and how is that benefiting you?
Hevo is constantly updating its platform. We especially like the attention to deploying more connectors for other platforms. In addition, Hevo works hard to ensure quicker ingestion and load times for specific platforms.
Secure, reliable and highly-scalable platform!
What do you like best about the product?
Hevo Data Software is easy to use and has many features that make it extremely useful for any business. It has a robust data pipeline that helps automate processes, allowing it to move data quickly and easily between different sources. The platform also offers excellent visualisation capabilities, allowing users to understand their data better. All in all, Hevo Data Software is an ideal solution for businesses of any size looking to quickly and easily manage their data.
What do you dislike about the product?
One of the things I don't like about Hevo Data Software is its lack of flexibility. The platform offers great features, but it can be difficult to customise them to meet the specific needs of a business. Additionally, while the platform has good security measures, some users may find it to be too restrictive. Furthermore, the cost of using Hevo Data Software can be an issue for some businesses, as the platform is quite expensive. Ultimately, although Hevo Data Software is a powerful and useful platform, it may not be the right fit for all businesses.
What problems is the product solving and how is that benefiting you?
Hevo Data software is helping us quickly and seamlessly transfer data from multiple sources to our data lake. This also helps us save time and energy in consolidating data from various sources and quickly analyse and interpret the data to make informed decisions. Hevo Data software also provides real-time data streaming, which helps build faster applications that can leverage the latest data points as they occur.
Great customer support
What do you like best about the product?
Fantastic support and quick feature releases
What do you dislike about the product?
I think the product is still in the developing stage, and a lot of workflows need to be accommodated. Although, the Product is continuously improving with new releases and addition to the connector suite. I would like if more things could be done via API itself so that workflows can be automated programmatically
What problems is the product solving and how is that benefiting you?
Hevo data is helping us to replicate data from new data sources reliably and save us lot of time and development efforts
setup hevo pipelines to copy data from sql to snowflake
What do you like best about the product?
Once setup a hevo pipeline is fire and forget. A good tool is one where you can forget about it after it is working.
Hevo lets users see a small snippet of the data it is transferring in the sample events, I like the idea of having more visibility into the data transfer (what is being transferred) and would like this idea to be better flushed out. Can I pause the pipeline and then run a single record one at a time and view the record contents? This would help with debugging.
Hevo lets users see a small snippet of the data it is transferring in the sample events, I like the idea of having more visibility into the data transfer (what is being transferred) and would like this idea to be better flushed out. Can I pause the pipeline and then run a single record one at a time and view the record contents? This would help with debugging.
What do you dislike about the product?
Once the mysql bin log goes out of sync it is very hard to fix data discrepancies between hevo and snowflake.
This is game breaking for me and I'd like Hevo to at least be eventually consistent. Right now if the bin log goes down for any reason there is no easy remediation. Running a historical load duplicates data on snowflake and for large dbs historical loads are not feasible.
One fix is to allow Hevo to query the latest row id from the destination database and then run a historical load from the source db starting from that point. Hevo can let the user write custom query that runs on the destination and returns a single value that is the most recent row id. Then hevo can use this value to determine where to start re-syncing data. This would allow Hevo to seamlessly recover from cases where the source or destination go out of sync and maintain eventual consistency. Hevo can save the query and use it to automatically recover from any desync. This would be a great feature for me.
I'd also like the ability have more control over how data is queried. Right now hevo finds data using a unique key or timestamp. I'd like to write custom sql that selects specifically what records hevo will load.
For certain datasets I've been writing custom pipelines that do the above instead of using Hevo and I'd rather Hevo just support these features.
This is game breaking for me and I'd like Hevo to at least be eventually consistent. Right now if the bin log goes down for any reason there is no easy remediation. Running a historical load duplicates data on snowflake and for large dbs historical loads are not feasible.
One fix is to allow Hevo to query the latest row id from the destination database and then run a historical load from the source db starting from that point. Hevo can let the user write custom query that runs on the destination and returns a single value that is the most recent row id. Then hevo can use this value to determine where to start re-syncing data. This would allow Hevo to seamlessly recover from cases where the source or destination go out of sync and maintain eventual consistency. Hevo can save the query and use it to automatically recover from any desync. This would be a great feature for me.
I'd also like the ability have more control over how data is queried. Right now hevo finds data using a unique key or timestamp. I'd like to write custom sql that selects specifically what records hevo will load.
For certain datasets I've been writing custom pipelines that do the above instead of using Hevo and I'd rather Hevo just support these features.
What problems is the product solving and how is that benefiting you?
Copying data from mysql to snowflake seamlessly. Hevo can easily replicate many tables and databases from our operations into snowflake.
Review On Hevo
What do you like best about the product?
Transformation script on hevo I do like the most.
What do you dislike about the product?
Scema mapper I do not like becase there some user can get confused while using it.
What problems is the product solving and how is that benefiting you?
We have a NoSQL database in our back, and we can't connect the NoSQL database directly with tableau. This is a transformation tool to convert non-structured data into the tabular form of data
Using it to transfer and transform data from client db to snowflake.
What do you like best about the product?
Automapping feature. It has taken care of a lot of the tedious work that we would otherwise have to do ourselves.
What do you dislike about the product?
Sometimes automapping feature is incorrect.
What problems is the product solving and how is that benefiting you?
It is helping us transport massive amounts of our client's data to our cloud and transforming the data in the process.
showing 111 - 120