Git Product home page Git Product logo

nsd's Introduction

NoSQL Desktop Logo

NoSQL Desktop

English | 中文简体

https://www.liunote.com


Instructions

A visual client of NoSQL databases that only supports redis memory database currently, but in the future it will be a client that supports multiple types of NoSQL.

Development

Environment

NodeJS >= 10.x
Redis >= 5.x

Dependencies

  • React 16.8.6
  • Redux --State manager
  • React-Router-V4 --Multi pages
  • Ant Design --UI
  • React Intl --i18n
  • Gulp --Merge i18n word
  • node_redis --redis client
  • electron-log --logs
  • xlsx --Data Export
  • ...

Start

# clone to local
$ git clone https://github.com/LinuxGod/nsd.git

# go to nsd directory
$ cd nsd

# yarn install or npm install
$ yarn install

# yarn start or npm start
$ yarn start

# yarn estart or npm run estart
$ yarn estart

Pack

MacOS

  1. Build
$ yarn build
  1. Copy icon
# Copy icon.icns to build folder
$ cp src/assets/images/icon.icns build/icon.icns
  1. Copy main.js
# Copy main.js to build folder and then rename to electron.js
cp src/main.js build/electron.js
  1. Pack
$ yarn pack:dmg

Windows

  1. Build
$ yarn build
  1. Copy ico
# Copy src\assets\images\icon.ico to build\icon.ico
$ copy src\assets\images\icon.ico build\icon.ico

# copy src\assets\images\uninstall.ico to build\icon.ico
$ copy src\assets\images\uninstall.ico build\uninstall.ico
  1. Copy main.js
# Copy to build directory and then rename to electron.js
$ copy src\main.js build\electron.js

# Copy to public directory and then rename to electron.js
$ copy src\main.js public\electron.js
  1. pack
# pack 64bit app
$ yarn pack:win64

# pack 32 app
$ yarn pack:win32

Ubuntu

  1. Build
$ yarn build
  1. Copy icon
# Copy icon.icns to build folder
$ cp src/assets/images/icon.icns build/icon.icns
  1. Copy main.js
# Copy main.js to build directory and then then rename to electron.js
cp src/main.js build/electron.js
  1. Pack
$ yarn pack:deb

Screenshots

Welcome Info Connection Editor Terminal

Author

Email: [email protected]
WeChat:

WeChat

LICENSE

MIT

nsd's People

Contributors

linuxgod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.