Skip to content

Commit

Permalink
adding analytics tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Jan 27, 2024
1 parent 2d8cbbb commit 1418c64
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 7 deletions.
32 changes: 32 additions & 0 deletions content/docs/Debian/conky_configuring_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,35 @@ sudo apt install conky p7zip imagemagick rsync


GNOME developers improved the Quick Settings menu in GNOME 44 to make connecting to previously-paired Bluetooth devices faster, but battery levels for connected devices, like mice, keyboards, headphones, game controllers, etc, aren’t displayed.


```txt
sudo apt install gnome-tweaks
sudo apt-get install chrome-gnome-shell
sudo apt install conky-all curl jq
#copy conky files to ~/.config/conky
cp ~/Downloads/conky_config/Graffias ~/.config/conky -r
sudo mkdir ~/.config/autostart
cp ~/Downloads/conky_config/start_conky.desktop ~/.config/autostart/start_conky.desktop -r
sudo apt-get install conky-all curl
sudo apt update
conky --version
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
sudo chmod +x conky-manager-v2.4-amd64.run
ls -l
sudo ./conky-manager-v2.4-amd64.run -y
sudo apt install conky p7zip imagemagick rsync
#https://openweathermap.org/city/756135
## add Graffias to ~/.conky
#modify the city in /.config/conky/Graffias/scripts/weather.sh
```
46 changes: 40 additions & 6 deletions content/docs/Linux_&_Cloud.md/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ draft: false

<script src="https://gist.github.com/JAlcocerT/953cab1052af58f4241f28dbc0a314a0#file-metabase.js"></script>

{{< callout type="info" >}}
IoT Project example with Metabase: <https://jalcocert.github.io/RPi/posts/rpi-iot-dht1122-mongo/#metabase>
{{< /callout >}}



### Redash

<https://github.com/getredash/redash>
Expand Down Expand Up @@ -63,6 +69,11 @@ TAG=3.0.0 docker compose -f docker-compose-non-dev.yml pull
TAG=3.0.0 docker compose -f docker-compose-non-dev.yml up
``` -->

{{< callout type="info" >}}
IoT Project example with Superset: <https://jalcocert.github.io/RPi/posts/rpi-gps-superset/#apache-superset-setup>
{{< /callout >}}


## Databases


Expand All @@ -73,24 +84,47 @@ TAG=3.0.0 docker compose -f docker-compose-non-dev.yml up
### InfluxDB
-->

## FAQ
## AI Assisted Analytics

* Github Copilot
* Codeium
* Tabby - https://fossengineer.com/selfhosting-Tabby-coding-assistant/
* Bito AI


{{% details title="VS Extensions" closed="true" %}}

### IoT Project example with Metabase
```sh
code --list-extensions

<https://jalcocert.github.io/RPi/posts/rpi-iot-dht1122-mongo/#metabase>
#https://marketplace.visualstudio.com/items?itemName=Bito.Bito
#ext install Bito.Bito

### IoT Project example with Superset
#https://marketplace.visualstudio.com/items?itemName=ex3ndr.llama-coder&ssr=false#review-details
#ext install ex3ndr.llama-coder

#https://marketplace.visualstudio.com/items?itemName=Codeium.CodeiumVS
#https://marketplace.visualstudio.com/items?itemName=GitHub.copilotvs
```


{{% /details %}}

---

## FAQ

<https://jalcocert.github.io/RPi/posts/rpi-gps-superset/#apache-superset-setup>

### IoT Project example with Redash

TBD

### Other Tools For Data Analytics

#### Airflow

* <https://fossengineer.com/airflow-docker/>


### SelfHost These Tools with Docker

<script src="https://gist.github.com/JAlcocerT/953cab1052af58f4241f28dbc0a314a0.js"></script>
8 changes: 7 additions & 1 deletion content/docs/Linux_&_Cloud.md/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,10 @@ It would be definitely beneficial if you are [familiar with Python](https://foss

### Where to host in the Cloud?

If you need big GPU power, you can always try https://www.runpod.io/gpu-instance/pricing and similar services.
If you need big GPU power, you can always try https://www.runpod.io/gpu-instance/pricing and similar services.

### How to use HF?

In HuggingFace you will find really cool AI Projects to try:

* Example: <https://huggingface.co/spaces/HuggingFaceM4/screenshot2html>

0 comments on commit 1418c64

Please sign in to comment.