Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Arken Shifter is a DB migration tool

License

NotificationsYou must be signed in to change notification settings

arkenrealms/shifter

Repository files navigation




Arken Shifter is afree and open source db migration tool

Build StatusGithub TagDiscord


Introduction

Welcome to Arken Shifter, a database migrator for an open omniverse by the Arken Engineering open initiative. Currently it's taking data from various JSONs, Postgres, etc. and moving them to Mongo. In the future it'll do data syncing.

Arken Shifter

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/arkenrealms/shifter.git your-project-namecd your-project-namerush update

Having issues installing? See ourdebugging guide

Starting Development

Download the data here:https://github.com/arkenrealms/data

Folder structure:

./data./shifter

Requirements

  1. MongoDB
  2. Node 18
  3. Rush

Setup

nvm install 18npm install -g rush ts-node-devrush updaterushx dev

Add this to .env

PORT=9009DATABASE_URL="postgresql://user:pass@localhost:5432/arken"MONGO_ENDPOINT="mongodb://user:pass@localhost:27017/arken"

Connecting to MongoDB

docker exec -it mongodb bash

Docs

See ourdocs and guides here

Quick Links

License

WTFFPL

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp