All Projects → fortytw2 → Hydrocarbon

fortytw2 / Hydrocarbon

Licence: mit
not just an rss reader

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Hydrocarbon

Crunchy Containers
Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
Stars: ✭ 870 (+4042.86%)
Mutual labels:  postgresql
Run johnny
An endless runner game built on phaser and nodejs
Stars: ✭ 14 (-33.33%)
Mutual labels:  postgresql
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-4.76%)
Mutual labels:  preact
Copostgresquery
Query builder for PostgreSQL in Node.js, built for async
Stars: ✭ 12 (-42.86%)
Mutual labels:  postgresql
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+44990.48%)
Mutual labels:  postgresql
Express Starter
Express Starter
Stars: ✭ 14 (-33.33%)
Mutual labels:  postgresql
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+4000%)
Mutual labels:  postgresql
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (+0%)
Mutual labels:  postgresql
My React Hooks
React/Preact/Orby.js Hooks I used in personal projects, all in public domain form. Copy and paste or do as you wish.
Stars: ✭ 14 (-33.33%)
Mutual labels:  preact
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+4114.29%)
Mutual labels:  postgresql
Monogamy
Add table-level database locking to ActiveRecord
Stars: ✭ 12 (-42.86%)
Mutual labels:  postgresql
Awesome Postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Stars: ✭ 7,468 (+35461.9%)
Mutual labels:  postgresql
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-28.57%)
Mutual labels:  postgresql
Preact Lazy Route
Lazy load preact route components
Stars: ✭ 12 (-42.86%)
Mutual labels:  preact
Electron Webpack Preact
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
Stars: ✭ 20 (-4.76%)
Mutual labels:  preact
Next Translate
Next.js plugin + i18n API for Next.js 10 🌍 - Load page translations and use them in an easy way!
Stars: ✭ 867 (+4028.57%)
Mutual labels:  preact
Notes App
Node.js application - simple notes management using Express, Postgres, Objection.js, Docker, Socket.io, Bluebird Promises
Stars: ✭ 14 (-33.33%)
Mutual labels:  postgresql
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
Stars: ✭ 19 (-9.52%)
Mutual labels:  postgresql
Fuel Price
⛽ Check fuel prices daily in most of the states in India
Stars: ✭ 20 (-4.76%)
Mutual labels:  preact
Pgsql Cluster Manager
Daemon and migration tool that manages Postgres cluster using etcd/corosync/pacemaker
Stars: ✭ 15 (-28.57%)
Mutual labels:  postgresql

hydrocarbon

not just an rss reader.

development

Run a copy of postgres somewhere with

docker run -p 5432:5432 postgres:alpine
go get -u github.com/fortytw2/hydrocarbon/...
cd $GOPATH/src/github.com/fortytw2/hydrocarbon/ui
yarn
cd $GOPATH/src/github.com/fortytw2/hydrocarbon/cmd/hydrocarbon
go generate $(go list ../../... | grep -v vendor) && go build -i . && POSTGRES_DSN=postgres://postgres:[email protected]:5432/postgres?sslmode=disable ./hydrocarbon -autoexplain

then open port :8080, enter an email, get the login token from hydrocarbon STDOUT and proceed to develop.

Configuring Image Server

Hydrocarbon has two modes for downloading and rehosting images, a local server and a Google Cloud Storage backed server. To use the local server, configure nothing.

To configure google cloud storage, set GCP_SERVICE_ACCOUNT, IMAGE_BUCKET_NAME and IMAGE_DOMAIN.

license

mit

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].