Nokogiri VS Kiba

Compare Nokogiri vs Kiba and see what are their differences.

Nokogiri

Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. (by sparklemotion)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Nokogiri Kiba
20 7
6,105 1,722
0.2% -
9.4 0.0
5 days ago over 1 year ago
C Ruby
MIT License GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Nokogiri

Posts with mentions or reviews of Nokogiri. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.

Kiba

Posts with mentions or reviews of Kiba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    I started https://github.com/thbar/kiba#kiba-etl to scratch my own itch & be able to write properly structured ETL jobs in Ruby. It was a blank-slate rewrite of something larger (activewarehouse-etl) which I could not maintain anymore.

    This landed me not strictly a job, but long term consulting gigs with a number of companies in EU, UK & US.

    The job was directly related to the project: companies wanted the expertise of data engineering & ETL, often with Kiba directly, but also in general.

    This "side project" was totally worth it :-)

  • Ruby's Hash Is a Swiss-Army Knife
    3 projects | news.ycombinator.com | 20 Aug 2023
    Definitely! As a matter of fact, this is the default data structure I use when writing Ruby ETL code (e.g. https://github.com/thbar/kiba/wiki).

    Methods like "except" (https://docs.ruby-lang.org/en/3.2/Hash.html#method-i-except) or "fetch" (raising an error on missing key) are very convenient to write defensive data processing code!

    Similarly, in Elixir, I use Maps a lot for the same type of jobs (https://hexdocs.pm/elixir/1.15.4/Map.html), with similar properties.

  • Thinking in learn Ruby
    2 projects | /r/ruby | 14 Sep 2022
    Ruby has a very cool ETL library named Kiba that fits wonderfully with Ruby's strengths.
  • What ETL tool do you use?
    1 project | /r/dataengineering | 25 Aug 2021
  • Massive SQL import from csv file, nulls, best practices.
    2 projects | /r/ruby | 4 Jun 2021
    Though it might be overkill for your problem, but have you had a look at [kiba-etl](https://github.com/thbar/kiba/blob/master/README.md)?
  • My favorite Ruby gems
    3 projects | /r/ruby | 28 May 2021
    Kiba
  • Ruby ETL Strategies: Organizing block-based Kiba Pipelines
    1 project | /r/ruby | 13 May 2021
    If you don’t use Kiba, but work with data, check it out.

What are some alternatives?

When comparing Nokogiri and Kiba you can also consider the following projects:

Oga - Oga is an XML/HTML parser written in Ruby.

Roo - Roo provides an interface to spreadsheets of several sorts.

Ox - Ruby Optimized XML Parser

data-science-with-ruby - Practical Data Science with Ruby based tools.

HTML::Pipeline - HTML processing filters and utilities

chronicle-etl - 📜 A CLI toolkit for extracting and working with your digital history

Oj - Optimized JSON

slay

ROXML - ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.

ferrum - Headless Chrome Ruby API

HappyMapper - Object to XML mapping library, using Nokogiri (Fork from John Nunemaker's Happymapper)

AW Datapipe - Unofficial ruby wrapper for the AWS SDK Data Pipeline API.