Skip to content

A database schema converter webapp used to tidy up the data of UCLA's old website, Langbase.

Notifications You must be signed in to change notification settings

RockfordMankini/LangbaseSchemaConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Langbase Database Schema Converter

This is a tool created in Shiny R to convert Langbase's old database schema (which originally had a sentences, words, and sources table for each language) into a more tidy version of itself. The tool takes a JSON file that can be retrieved from exporting the database in PHPMyAdmin, and it outputs four tables (words, sentences, sources, and users). These tables can be downloaded as CSVs and then reuploaded into PHPMyAdmin. The website is located at: https://rockfordmankini.shinyapps.io/LangbaseSentenceConverter/


app.R

The Shiny R webapp. This is where all of the code is. None of the supporting files such as the database or the files that maintain the connection to ShinyApps.io for security reasons.

© Rockford Mankini, 2021

About

A database schema converter webapp used to tidy up the data of UCLA's old website, Langbase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages