Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises Learn more →
Top 7 C Analytic Projects
-
Project mention: Questions about Netdata update size/how to disable or move from nightly to stable? | reddit.com/r/netdata | 2023-05-20
Stable releases are a bit more complicated. Major and minor releases are typically once every few months at the moment, but do not have a consistent release schedule (we’re trying to shift internally to having a consistent release schedule though for these, likely every six to eight weeks). Patch releases are published as needed (either when some serious issue is discovered with the associated release, or when we have enough easily backported fixes in the nightlies to warrant a patch release). You can watch releases at https://github.com/netdata/netdata to see when stable releases are published (though again do note that native packages get published asynchronously relative to these releases being published).
-
GoAccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Project mention: Working on Ubuntu: File does not exist on the server, how to create it | reddit.com/r/Wordpress | 2023-05-27file on GitHub.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
TimescaleDB
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Project mention: Opinions and Suggestions for PostgreSQL Extension under Development | reddit.com/r/PostgreSQL | 2023-05-29What about getting in touch with commercial organisations that have products/services based on PostgreSQL? For example Timescale, EDB, and Citus Data, or really any hosting provider that offers a managed PostgreSQL service.
-
Greenplum
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.
Project mention: Ask HN: It's 2023, how do you choose between MySQL and Postgres? | news.ycombinator.com | 2023-05-11Friends don't let their friends choose Mysql :)
A super long time ago (decades) when I was using Oracle regularly I had to make a decision on which way to go. Although Mysql then had the mindshare I thought that Postgres was more similar to Oracle, more standards compliant, and more of a real enterprise type of DB. The rumor was also that Postgres was heavier than MySQL. Too many horror stories of lost data (MyIsam), bad transactions (MyIsam lacks transaction integrity), and the number of Mysql gotchas being a really long list influenced me.
In time I actually found out that I had underestimated one of the most important attributes of Postgres that was a huge strength over Mysql: the power of community. Because Postgres has a really superb community that can be found on Libera Chat and elsewhere, and they are very willing to help out, I think Postgres has a huge advantage over Mysql. RhodiumToad [Andrew Gierth] https://github.com/RhodiumToad & davidfetter [David Fetter] https://www.linkedin.com/in/davidfetter are incredibly helpful folks.
I don't know that Postgres' licensing made a huge difference or not but my perception is that there are a ton of 3rd party products based on Postgres but customized to specific DB needs because of the more liberalness of the PG license which is MIT/BSD derived https://www.postgresql.org/about/licence/
Some of the PG based 3rd party DBs:
Enterprise DB https://www.enterprisedb.com/ - general purpose PG with some variants
Greenplum https://greenplum.org/ - Data warehousing
Crunchydata https://www.crunchydata.com/products/hardened-postgres - high security Postgres for regulated environments
Citus https://www.citusdata.com - Distributed DB & Columnar
Timescale https://www.timescale.com/
Why Choose PG today?
If you want better ACID: Postgres
If you want more compliant SQL: Postgres
If you want more customizability to a variety of use-cases: Postgres using a variant
If you want the flexibility of using NOSQL at times: Postgres
If you want more product knowledge reusability for other backend products: Postgres
-
I was experimenting with continuous sql queries in postgres for the same purpose. https://github.com/pipelinedb/pipelinedb
-
Apache AGE
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. (by apache)
Here we are going to reveal what the mage heard whilst the magical snake dust entered his ears. One thing that he heard for sure was that, for him to unlock his database's maximum potential,it was necessary to use Apache AGE, a graph extension for PostgreSQL.
-
acap3-examples
Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Not cheap, but Axis cameras are Linux-based and allow for extensive customization of the “embedded device” aspect through their ACAP SDK. You can work in Python, access the raw image stream with OpenCV, add custom event handling, etc. Some of the newer models have a neural network accelerator so you can even run your own Tensorflow Lite model for object detection on-camera.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
C Analytics related posts
- One Graph Database to Rule Them All
- Apache AGE + Apache NetBeans: 10 Functionalities to Speed up code development
- Working on Ubuntu: File does not exist on the server, how to create it
- Building a Simple CRUD Application with Go: An Overview about the project
- Display real time visitors statistics of a website
- Mastering Query Performance Analysis and Query Plan Understanding in Apache AGE
- Running Regression Test for AGE-AGEHA (AGE High Availability) and in Pgpool-II version 4.4.2.
-
A note from our sponsor - ONLYOFFICE
www.onlyoffice.com | 1 Jun 2023
Index
What are some of the best open-source Analytic projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | Netdata | 63,195 |
2 | GoAccess | 16,276 |
3 | TimescaleDB | 15,002 |
4 | Greenplum | 5,765 |
5 | PipelineDB | 2,553 |
6 | Apache AGE | 1,764 |
7 | acap3-examples | 47 |