All Projects → ArweaveTeam → vartex

ArweaveTeam / vartex

Licence: MIT License
Vartex is a vortex into the permaweb -- the decentralised web on top of the Arweave protocol.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vartex

cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
Stars: ✭ 43 (+168.75%)
Mutual labels:  gateway
gateway.js
The gateway to Discord.
Stars: ✭ 23 (+43.75%)
Mutual labels:  gateway
ibeam
IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.
Stars: ✭ 244 (+1425%)
Mutual labels:  gateway
microservices-v9
Learn Microservices with Spring Boot - v9
Stars: ✭ 40 (+150%)
Mutual labels:  gateway
emerald-web3-gateway
The Web3 Gateway for the Oasis Emerald ParaTime.
Stars: ✭ 19 (+18.75%)
Mutual labels:  gateway
laravel-viva-payments
A Laravel package for integrating the Viva Payments gateway
Stars: ✭ 29 (+81.25%)
Mutual labels:  gateway
QuickStart-admin-Cloud
基于spring boot 2.0.8 目前集成了spring security oauth2 (server and client)、springboot-admin、openfeign、hystrix,zuul(后续会替换成gateway),config.....等组件
Stars: ✭ 25 (+56.25%)
Mutual labels:  gateway
Kurento-SIP-GW
No description or website provided.
Stars: ✭ 32 (+100%)
Mutual labels:  gateway
laravel-hyperpay
Laravel package for Hyperpay payment gateway in MENA.
Stars: ✭ 14 (-12.5%)
Mutual labels:  gateway
arweave-go
Arweave-go SDK
Stars: ✭ 27 (+68.75%)
Mutual labels:  arweave
mbed-edge
The Mbed Edge
Stars: ✭ 24 (+50%)
Mutual labels:  gateway
torbox
Container-based Tor access point (Anonymizing Middlebox).
Stars: ✭ 52 (+225%)
Mutual labels:  gateway
gnatsd-gw
A utility pkg make it easy to write a gateway in front of gnatsd with middlewares
Stars: ✭ 16 (+0%)
Mutual labels:  gateway
scimgateway
Using SCIM protocol as a gateway for user provisioning to other endpoints
Stars: ✭ 98 (+512.5%)
Mutual labels:  gateway
graphql-gateway
SDL-based GraphQL gateway for REST and GraphQL-based micro-services
Stars: ✭ 55 (+243.75%)
Mutual labels:  gateway
LoraGW-Setup
SX1301 Lora Concentrator Raspberry PI based gateway setup
Stars: ✭ 70 (+337.5%)
Mutual labels:  gateway
piccolo
Netty4长连接网关
Stars: ✭ 19 (+18.75%)
Mutual labels:  gateway
elvisp
Virtual ISP / IP tunnel daemon for cjdns.
Stars: ✭ 19 (+18.75%)
Mutual labels:  gateway
weve
A Weavemail client implementation—private, decentralized and open source mail, built on Arweave.
Stars: ✭ 57 (+256.25%)
Mutual labels:  arweave
Consul.ServiceDiscovery.Demo
This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automatic service discovery (Consul).
Stars: ✭ 24 (+50%)
Mutual labels:  gateway

License

Vartex is a vortex into the permaweb -- the decentralised web on top of the Arweave protocol. Vartex nodes offer services to permaweb users -- serving data and query requests to desktop and mobile browsers.

The service builds upon Amplify, a fork of the original Arweave.net gateway service.

Current Release: BETA-2

We are in beta! Please give Vartex a spin and let us know what you think via the Arweave Developer Discord.

  • 👻 If you encounter issues, please open a ticket here and we will try to respond ASAP!
  • 🎁 If you feel this code needs improvement, please open a PR.
  • 🙏 If a feature you'd like to see is missing, open a feature request ticket and let's discuss it!

Running with Docker Compose

The easiest way to start with your own gateway is by running the service with docker-compose.

Requirements

  • Docker Compose (comes with Cassandra image)
  • 1TB or more free disk space for persistent volume

Running

Clone this repo with:

git clone https://github.com/ArweaveTeam/vartex.git

Go into the directory:

cd gateway-cassandra

Copy the .env.example to .env, and change the ARWEAVE_NODES variable to the IP addresses of your Arweave node.

cp .env.example .env

Run the docker-compose command:

docker-compose up -d

Wait a couple of minutes and then you can see your gateway running on:

http://localhost:3000/graphql

Run without Docker

You can also run the gateway without using Docker.

Requirements

  • NodeJS v16.4.0 or higher
  • Cassandra v4.0.0 or higher

Environment

By default, there is a default environment you can use located at .env.example in the repository.

Make sure you copy this configuration to .env.

cp .env.example .env

Compilation

Start Cassandra and then run the following command to compile the gateway.

# with npm
npm run start

# with yarn
yarn start

Endpoints

You can test if the server and the GraphQL queries are working properly by navigating to.

http://localhost:1248/graphql

This webpage should look similar to.

https://arweave.dev/graphql
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].