Skip to content

Language-Research-Technology/corpus-tools-call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corpus-tools-call

Install

Install dependencies:

npm install

Usage

Create a .env file that containes the PostgreSQL connection string for each environment (eg: local, prod):

echo CALL_PG_URL=postgres://postgres:postgres@localhost:5432/postgres > .env.dev
echo CALL_PG_URL=postgres://user:pass@example.com:5432/dbname > .env.prod

Run the tool:

npm run dev

or

npm run prod

About

Migrate data from CALL Collection database to an ro-crate excel spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published