FasterXML / smile-format-specification

New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))
BSD 2-Clause "Simplified" License
92 stars 14 forks source link

List of companies using Smile #15

Closed jviotti closed 3 years ago

jviotti commented 3 years ago

Hey there!

I'm collecting a list of companies making use of Smile on production, for research purposes, and Google is not helping much. Are you aware of a bunch of companies using Smile?

cowtowncoder commented 3 years ago

The first significant external user (aside from Ning.com that used it internally) was (and as far as I know, is) Elastic (with ElasticSearch and later with Logstash I think). Solr seems to use it too, as well as Storm. These seem like expected optimal use cases (longer streams of loosely structured data).

This as per:

https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-smile/usages

I think Redisson java redis client offers its as one of the options as well.

Oh and (Apache) Druid.

Many other frameworks seem to have a dependency as optional extension, along with (nowadays) more popular CBOR format.

jviotti commented 3 years ago

This helps a lot. Thanks!