Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

KOLANICH-ML/backblaze_faster_importer.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backblaze dataset native importer Unlicensed work

~~GitLab Build Status GitLab Coverage Libraries.io Status

We have moved to https://codeberg.org/KOLANICH-ML/backblaze_analytics_native_importer.cpp , grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success and wide adoption of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


It is an application written in C++ which should import and normalize BackBlaze dataset into an SQLite DB faster than backblaze_analytics. backblaze_analytics importer written in python + SQLite is damn slow because SQLite is not very smart and uses journal extensively.

How to build

In order to build it you need CMake and the backblaze_analytics.

  1. python -m backblaze_analytics import generateC++Schema
  2. Then run CMake
  3. Then build.