Search results

  1. Support

    ELT or ETL?

    What’s an ELT? That’s a data-transformation tool that uses the underlying database engine to actually perform the required data-transformation. More precisely, inside an ELT tool, when you want to transform the data, you’ll follow these steps: Extract the required datasets/tables Load all the...
  2. Support

    Compute Quantile

    hi, please find attached a graph with an example using the quantile box!
  3. Support

    letters dedup

    the attached zip with the included graph should help you to get the expected results
  4. Support

    data clean a .pdf

    one way to do it is to pass all the info to .txt file and then clean it. the zip attached gives you a clear example
  5. Support

    Change floating point

    the attached graph shows you a way to proceed
  6. Support

    Count non empty cells in a row

    that attached graph gives you different ways of performing so.
  7. Support

    Columns with no variance

    the attached graph shows you a way to perform this.
  8. Support

    shapley in R

    hi Artur, yes it is possible, the attached graph gives you an example that could be tweaked
  9. Support

    Collaborative filtering

    The attached graph provides a viable solution regarding this topic
  10. Support

    Collaborative filtering

    We believe there are 3 different approaches: A very lot of computation for a very precise recommendation. in that case, we recommend using the model factory box A lot of computation for a precise recommendation. in that case, we recommend, and other solutions could provide it The most common...
  11. Support

    2016 Gartner Magic Quadrant

    On February 9th, 2016, Gartner released the new version of the Magic Quadrant for Advanced Analytics Platform, where we can read that “Business-insight, based in Brussels, Belgium, is known for its Timi software, which has a very fast execution speed even on very small hardware. It has...
  12. Support

    Most common boxes/Actions?

    the uniTestDemo file attached contains examples for various basic Anatella boxes. Please note this graph is installed with Anatella by default.
  13. Support

    Shift Column

    The attached graph shows you how to perform this usual transformation!
  14. Support

    Complex XML

    The attached zip file contains a graph and several examples about how to read XML and XHTML files.
  15. Support

    Hadoop integration

    we have a complete integration with Hadoop: We can open HDFS drives and read .parquet files. We've written more than 40k line of C, becoming the 1st and only 100% C code tool in the Hadoop ecosystem! Compared to the common ETL solutions used in Hadoop: we're 10 to 40 times faster since we...
  16. Support

    API box

    You can easily create boxes that will download data through API (usually REST API which would send XML/JSON) in JavaScript or Python. I've attached 2 graphs that receive and send emails for example.
  17. Support

    Basic Anatella Guide

    you can also check the 2 shorts tutorials here : http://www.anatella.com/html/quick-start.html
  18. Support

    Comment Anatella and edit .anatella

    yes you can comment easily the code: and ees, for a technician you can edit the .anatella. This file is a simple XML file (a text file) that is formatted so that a human can directly and easily understand and change it. For example: you can directly and easily edit the SQL statements...
  19. Support

    Most common boxes/Actions?

    The extraction boxes The automation boxes The transformations boxes A short summary of the main functions available: Operators: + - * / ^ Comparison: ==, >, <, <=, >=, != Logical: &&,|| Condition: (x>a?”True”:”False”) Format: ftoa, atof, itoa Math: abs, floor, ceil...
  20. Support

    Basic Anatella Guide

    Anatella has a user-friendly interface with no coding required. Data is Extracted, Transformed and Loaded in an easy intuitive way Building and running Anatella scripts = transform graphs composed of linked boxes using arrows Example of how to build a transformation graph Testing scripts...
Top