Skip to content

Service of analytical processing of texts in Ukrainian language

Notifications You must be signed in to change notification settings

NeProgramist/Cytrus

Repository files navigation

Cytrus

Service of analytical processing of texts in Ukrainian language

Інсталяція

1.1 SQL-only

1.1.1 PostgreSQL

  1. Install PostgreSQL;
  2. CREATE DATABASE cytrus;
  3. psql cytrus < init_postgre.sql;
  4. psql cytrus < initial_data.sql;

1.1.2 MySQL

  1. Install MySQL;
  2. Run init_my.sql;
  3. Run initial_data.sql.

1.2 Import from Neo4j into SQL

  1. Install Neo4j;
  2. Install PostgreSQL or MySQL;
  3. Install Gradle, JDK and Kotlin;
  4. Choose right example in main.kt;
  5. Enter your login, password;
  6. ./gradlew build;
  7. ./gradlew run.

Participants

About

Service of analytical processing of texts in Ukrainian language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •