Awesome List Updates on Jul 27, 2015
6 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Hadoop
NoSQL
- Apache Phoenix - A SQL skin over HBase supporting secondary indices
SQL on Hadoop
- Apache Phoenix A SQL skin over HBase supporting secondary indices
- Lingual - SQL interface for Cascading (MR/Tez job generator)
Data Management
- Apache Atlas - Metadata tagging & lineage capture suppoting complex business data taxonomies
Workflow, Lifecycle and Governance
- Luigi - Python package that helps you build complex pipelines of batch jobs
Realtime Data Processing
2. Awesome Dataviz
Other tools / Misc
- Spark (⭐5.9k) - Sparklines for the shell. It have several implementations in different languages (⭐5.9k).
3. Awesome Answers
Functional Programming
Programming Languages / Haskell
Programming Languages / JavaScript
4. Awesome Android
Other / Custom Dialog
- Android Scripting (⭐2.3k) - Allows to run scripting languages on Android.
5. Tips
Git Aliases
git config --global alias.<handle> <command>
git config --global alias.st status
Show list of all saved stashes
git stash list
Apply any stash without deleting from the stashed list
git stash apply <stash@{n}>
Apply last stashed state and delete it from stashed list
git stash pop
Alternatives:
git stash apply stash@{0} && git stash drop stash@{0}
Delete all stored stashes
git stash clear
Alternatives:
git stash drop <stash@{n}>
6. Awesome Machine Learning
Java / General-Purpose Machine Learning
- H2O (⭐6.8k) - ML engine that supports distributed learning on Hadoop, Spark or your laptop via APIs in R, Python, Scala, REST/JSON.
Scala / General-Purpose Machine Learning
- H2O Sparkling Water (⭐958) - H2O and Spark interoperability.
- Prev: Jul 28, 2015
- Next: Jul 26, 2015