kovid-r - Overview
Pinned Loading
-
Pull cryptocurrency data from the CoinGecko API using Node.js and store it in Cassandra for buy/sell automation, alerts, and real-time visualization
JavaScript 2
-
A minimal Node.js application to fetch and ingest realtime weather data into Cassandra from WeatherAPI.com.
JavaScript
-
Demo InfluxDB app with ECharts and React
JavaScript
-
Learn how to use TSBS (Time Series Benchmark Suite) to compare database read and write performance of QuestDB versus TimescaleDB (or any timeseries database, for that matter).
Shell 4
-
1
# Finding info of Ace Ventura films2
df.where(F.lower(F.col('title')).like("%ace%")).show()
4
# Another way to do this5
df.where("title like '%ace%'").show()