JanusGraph / janusgraph.org

JanusGraph website
https://janusgraph.org
Other
8 stars 20 forks source link

Add ebay to production users #90

Closed porunov closed 2 years ago

porunov commented 3 years ago

eBay gave JanusGraph approval to post the eBay logo on https://janusgraph.org/

PREVIEW: https://porunov.github.io/janusgraph.org/

Signed-off-by: Oleksandr Porunov alexandr.porunov@gmail.com

farodin91 commented 3 years ago

Wouldn't be better to sort them alphabetically??

porunov commented 3 years ago

Wouldn't be better to sort them alphabetically??

Currently we don't have any sorting and we just show newly added companies first. I personally don't think that's right but I also don't think that sorting alphabetically makes much sense as well. Mostly companies deemed to show the biggest customers in their showcases. The biggest clients are mostly those which have bigger valuation. Thus, I think it makes sense to sort companies by their valuation descending instead of sorting by their names. Of course valuation of each company changes every time but the difference between big companies changes not that often. So, I think it would make sense to add some property like estimatedCompanyValuation and use that property to sort companies. We would need to update the estimated valuation once in a while by using some trusted sources which could be use to find estimated company valuation.

porunov commented 2 years ago

@JanusGraph/maintainers Approval is now received. This PR is ready for reviews.