Skip to content

LogoShot-v2/LS2-Data-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I. Data Retrieval and Processing

A. From Raw Data to trademark2

  • Fetch Tmarkappl from TIPO server.
  • Convert XML files to CSV files.
  • Process CSV files and dump the data into trademark2.
  • Remove null rows and duplicates in the database.

II. MISC

A. Adding SSH Keys to GitHub Account

ssh-keygen -t ed25519 -C "your_email@example.com"
# (Don't change default file location.)
# (Enter passphrase.)

pbcopy < ~/.ssh/id_ed25519.pub
# (or copy manually)
# (Paste the public key to your GitHub settings.)

# (Do the following so that passphrase is not required next time.)
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_ed25519

About

Collect and process data from TIPO server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published