Datameer vs. dataTap

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Datameer
Score 8.5 out of 10
N/A
Datameer helps businesses clean up, combine, and organize data to make sense of it and use it for reports and machine learning.N/A
dataTap
Score 0.0 out of 10
N/A
dataTap is a user friendly visual data management platform from Zensors. The dataTap Python library is the primary interface for using dataTap's data management tools. Users can create datasets, stream annotations, and analyze model performance all with one library. Zensors states with dataTap, users can: - Begin training instantly - Work with all major ML frameworks…N/A
Pricing
DatameerdataTap
Editions & Modules
Team/Enterprise
Contact for pricing
per month Team
No answers on this topic
Offerings
Pricing Offerings
DatameerdataTap
Free Trial
YesYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Best Alternatives
DatameerdataTap
Small Businesses
IBM SPSS Modeler
IBM SPSS Modeler
Score 7.8 out of 10
IBM SPSS Modeler
IBM SPSS Modeler
Score 7.8 out of 10
Medium-sized Companies
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
Enterprises
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
DatameerdataTap
Likelihood to Recommend
9.0
(9 ratings)
-
(0 ratings)
Likelihood to Renew
6.4
(7 ratings)
-
(0 ratings)
Usability
9.0
(1 ratings)
-
(0 ratings)
Support Rating
8.0
(1 ratings)
-
(0 ratings)
User Testimonials
DatameerdataTap
Likelihood to Recommend
Datameer
Datameer is a great tool if someone is capable of keeping the most recent version of the tool up to date along with the most recent version of the distribution of Hadoop. The tool is easy to support but it must have someone who can run the back end processes
Read full review
Zensors Inc.
No answers on this topic
Pros
Datameer
  • It leverages scalability, flexibility and cost-effectiveness of hadoop to deliver an end-user focused analytic platform for big data without involvement of IT.
  • It overcomes Hadoop`s complexity by providing GUI interface with pre-built functions across integration, analytics and data visualization .
  • Excel feature is awesome for business users which is already provided by Datameer.
  • Using datameer now user can do smart analytic using Decision Trees, Column dependency and recommendation.
  • Recently HTML5 inclusion is making application to available on a wider range of devices, including the iPad and other mobile devices which does not support Flash.
  • It can be used in premise or in a cloud computing environment.
  • Wizard-based data integration designed for IT and business users to schedule and do transformation of large sets of structured, semi-structured and unstructured data without any knowledge of Hadoop ecosystem.
Read full review
Zensors Inc.
No answers on this topic
Cons
Datameer
  • Concentration issues are possible while using a lot of tabs at once.
  • In most cases, the length of a tutorial video is excessive.
  • A more condensed design is certainly a viable option.
Read full review
Zensors Inc.
No answers on this topic
Likelihood to Renew
Datameer
Employees with intermediate SQL and Hive knowledge can generate reports faster than using Datameer . It does have visualization tool but I don't think it is anything that cannot be accomplished by importing the data in Excel
Read full review
Zensors Inc.
No answers on this topic
Usability
Datameer
Easy to use for most things, starts to require some planning as your projects get more complex.
Read full review
Zensors Inc.
No answers on this topic
Alternatives Considered
Datameer
Pricing, support, and ease of use. We plan to scale up our data over the net few years and Datameer gives us all the things we need in one tool. Handles large transformations quickly and works with all the cloud data warehouses.
Datameer's per-user pricing sealed the deal for us as we plan to transfer much more data over the next few years. We looked at Fivetran but the usage pricing discourages growth. We also looked at Informatica but it was too expensive and didn't work as well with other BI tools like Datameer does.
Read full review
Zensors Inc.
No answers on this topic
Return on Investment
Datameer
  • We have not been able to reach our business objectives just yet.
  • Hadoop its a hard sell in most companies still.
  • Legacy skills are still highly on demand and as long as an easier path leverage SQL for example is available, it would be hard to gain more adoption.
Read full review
Zensors Inc.
No answers on this topic
ScreenShots

Datameer Screenshots

Screenshot of DATA TRANSFORMATION: SQL or No Code

SQL SELECT statements can be used to explore and shape data. Work is represented visually on a canvas like interface, making it easier to design and maintain projects.

Datameer includes library of pre-built drag-and-drop transformations to accelerate SQL development or transform datasets without writing code.Screenshot of DATA CATALOG: Collaboration in Snowflake

Search, Metadata, Data Profiling, and Auto documentationScreenshot of AUTOMATION & INSIGHTS

Insights can be sent to email or Slack, integrated, and deployed to SnowflakeScreenshot of PRODUCTION PIPELINES: From ad-hoc exploration to production pipelines

GIT version control, materialization, dependency management, monitoring

dataTap Screenshots

Screenshot of Install the client library.

`pip install datatap`

Register at [app.datatap.dev](https://app.datatap.dev/). Then, go to `Settings > Api Keys` to find your personal API key.

`export DATATAP_API_KEY="XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX"`

To begin with, select a dataset from the dataTap repositoryScreenshot of Copy the starter code based on your library preferenceScreenshot of Paste the starter code and start training.

from datatap import Api

api = Api()
coco = api.get_default_database().get_repository("_/coco")
dataset = coco.get_dataset("latest")
print("COCO: ", dataset)