Cloverhearts Mercury Save Abandoned

Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter

Project README

Mercury

What is Mercury?

const axios = await npmModule('axios')
const response = axios.get('https://some.web.site.or.resource.api.domain')
const remoteData = response.data

const content = HTML`web data is ${remoteData}`
RENDER(content)

Mercury is note system such as Apache Zeppelin, Jupyter.

Mercury can visualize data through JavaScript

Easy to implement web app by discovery data and Share to other people mercury note through mercury exported note.

And Mercury support npm module(browser/backend) install to use.

If you will use to puppeteer(or other backend side library) and make a small web app,

mercury is good way for your needs.

APP Download

Example of use

Many big data tools has REST API, Mercury can make visualization as good as use through that.

Mercury has integrated backend-side and frontend-side. so, if you need to make a front visualization from backend-side data. mercury make will super easy.

official npm repository has many library and echo system. mercury can use any library.

Features screenshot

WYSIWYG Editor

Running javascript with npm module ( hello-mercury )

Take a screenshot from other website with npm Puppeteer

For Developer

How to start mercury?

git clone https://github.com/cloverhearts/mercury.git
cd mercury/modules/core 
npm install
npm run build
cd ../..
npm install
npm run start && npm run dev

How to use mercury?

cd mercury
npm run start && npm run dev

How to build mercury?

ALL Platform

npm run build
Windows 32bit and 64bit
npm run build:win
OSX
npm run build:osx

And, You can find out mercury installation file in dist directory.

Open Source Agenda is not affiliated with "Cloverhearts Mercury" Project. README Source: cloverhearts/mercury
Stars
30
Open Issues
1
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating