coussej.github.io coussej.github.io

COUSSEJ.GITHUB.IO

coussej · coussej

Thoughts and Ideas

http://coussej.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR COUSSEJ.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 9 reviews
5 star
6
4 star
0
3 star
2
2 star
0
1 star
1

Hey there! Start your review of coussej.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.4 seconds

FAVICON PREVIEW

  • coussej.github.io

    16x16

  • coussej.github.io

    32x32

CONTACTS AT COUSSEJ.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
coussej · coussej | coussej.github.io Reviews
<META>
DESCRIPTION
Thoughts and Ideas
<META>
KEYWORDS
1 jeroen coussement
2 circlegithub
3 circlelinkedin
4 circletwitterbird
5 coupons
6 reviews
7 scam
8 fraud
9 hoax
10 genuine
CONTENT
Page content here
KEYWORDS ON
PAGE
jeroen coussement,circlegithub,circlelinkedin,circletwitterbird
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

coussej · coussej | coussej.github.io Reviews

https://coussej.github.io

Thoughts and Ideas

INTERNAL PAGES

coussej.github.io coussej.github.io
1

Handling JSONB in Go Structs · coussej

http://coussej.github.io/2016/02/16/Handling-JSONB-in-Go-Structs

Handling JSONB in Go Structs. February 16, 2016. Post I already described how much database design can be simplified by using the PostgreSQL JSONB datatypes for storing entity properties. Here, I’ll show how you can map this design directly onto your structs in Go. We want to handle this kind of entity in our application:. Id: 1 name: test entity 1 description: a test entity for some guy's blog properties: { color: red lenght: 120 width: 3.1882420 hassomething: true country: Belgium } }. First, we create...

2

Building An Open Source Process Historian · coussej

http://coussej.github.io/2016/04/18/Building-An-Open-Source-Process-Historian

Building An Open Source Process Historian. April 18, 2016. I have been working in the field of industrial automation, more specifically on MES systems, for nearly four years now. The reason I started exploring the possibilities of an open source alternative for the commercial process historians was to address some of the issues and frustrations I have with them. When you go to the Wikipedia page for operational historian. The first sentence summarizes its main function:. Storing the time-series data.

3

about · coussej

http://coussej.github.io/about

January 3, 2016. Hi, I’m Jeroen Coussement, a software engineer living in Belgium. My work resolves around industrial software: MES systems, Machine interfacing, Business Intelligence, … Aside from that I’m a heavy supporter of open-source technologies as in many cases they are both technology-wise and community-wise superior to their closed-source competitors. Minimalist gopher open-source advocate. Comments powered by Disqus. A Minus Operator For PostgreSQLs JSONB. Handling JSONB in Go Structs.

4

A Minus Operator For PostgreSQL's JSONB · coussej

http://coussej.github.io/2016/05/24/A-Minus-Operator-For-PostgreSQLs-JSONB

A Minus Operator For PostgreSQLs JSONB. May 24, 2016. Those who are familiar with the PostgreSQL hstore. Extension will probably know that you have the possibility to delete matching pairs from 2 hstore objects by substracting them from one another:. SELECT 'a= 1, b= 2, c= 3': hstore - 'a= 4, b= 2': hstore. Hstore(NEW ROW) - hstore(OLD ROW). Update: After I wrote this, I found another implementation. First, let’s create a function that gives us the desired result:. CREATE OR REPLACE FUNCTION jsonb minus ...

5

Replacing EAV with JSONB in PostgreSQL · coussej

http://coussej.github.io/2016/01/14/Replacing-EAV-with-JSONB-in-PostgreSQL

Replacing EAV with JSONB in PostgreSQL. January 14, 2016. JSONB has potential for greatly simplifying schema design without sacrificing query performance. It must be one of the oldest use cases in the world of relational databases: you have an entity, and you need to store certain properties of this entity. But, not all entities have the same set of properties, and properties will be added in the future. Without locking your table for 3 days. Nonetheless, I wouldn’t be writing this post if there we...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

SOCIAL ENGAGEMENT



OTHER SITES

cousseb.wordpress.com cousseb.wordpress.com

cousseb | Just another WordPress.com site

Just another WordPress.com site. Cousseb fait du « HARDCORE GAMING »! Juin 12, 2011. Cousseb a une soeur! Juin 12, 2011. Cousseb s’est fait un Torticolis! Juin 11, 2011. Cousseb se convertit au bouddhisme! Juin 11, 2011. Cousseb découvre l’aquatique! Juin 9, 2011. Juin 9, 2011. Juin 9, 2011. Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New. On the left (of the admin dashboard. To start a fresh post. Cousseb a une soeur!

coussee-bostoen.be coussee-bostoen.be

Coussee-bostoen - Intro

coussee-goris.com coussee-goris.com

portfolio : COUSSÉE & GORIS architecten

COUSSÉE and GORIS architecten.

coussee.be coussee.be

Coussee - jonge tweedehandswagen van het merk BMW

Wervikstraat 31 - 8940 Geluwe. Tel/Fax. 32.56.533691 - GSM 32.476.859978.

cousseedecuyper.wordpress.com cousseedecuyper.wordpress.com

Coussee&Decuyper's Blog | Just another WordPress.com weblog

Just another WordPress.com weblog. Emiel De Cuyper Bootlegs. Poll of the week. Louis Coussée Summer Set 2010. July 29, 2010. It’s been a time since we’ve posted something we’ll here’s my Summer set 2010. Booka Shade vs Steve Angello vs Temper Trap – Sweet Body Language (MKC Reboot). Florence and The Machine-You’ve Got The Love – Dimitri Vegas and Like Mike Vs Yves V Mix. Eddie Thoneick and Erick Morillo – Nothing Better – Louis Coussée Edit. Laidback Luke – Till Tonight – Louis Coussée Edit. May 24, 2010.

coussej.github.io coussej.github.io

coussej · coussej

Minimalist gopher open-source advocate. A Minus Operator For PostgreSQLs JSONB. Building An Open Source Process Historian. Handling JSONB in Go Structs. Replacing EAV with JSONB in PostgreSQL. Listening to generic JSON notifications from PostgreSQL in Go.

coussell.com coussell.com

The Coussell Family

Life in Norfolk - Last Century. North Norfolk - Two Coats Colder. HMS Totem - Submarine Log. The Royal Navy - H.M.S. Sussex. Tall Tales - Sailing By. Submarine Yarns - WWII. U Boats of WWII. Battle of the Atlantic. News and Chews in London. Mail me any suggestions you have:. Last Updated: July 2002.

coussell.net coussell.net

Simon's Web Page Selections

Simon's Web Site Selector. Battle of the Atlantic. Loss of the Liberal. World War One U Boat. Loss of UB 116. Mail me any suggestions you have:. Last Updated: July 2002.

coussemaeker.net coussemaeker.net

coussemaeker.net

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.

coussemaker.net coussemaker.net

coussemaker.net

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.

coussement-helene.skyrock.com coussement-helene.skyrock.com

Blog de Coussement-Helene - Coussement Hélène. - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Make it a freakschow! Du bonheur à l'état pur, brut, natif, volcanique, quel pied! Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (23.21.86.101) si quelqu'un porte plainte. Ou poster avec :. Posté le dimanche 10 août 2008 09:54. Voilà, je pars jusque vendredi 19h . Bisous à vous (l). N'oublie ...