Skip to content

Instantly share code, notes, and snippets.

View sabman's full-sized avatar
😀
Building, Shiping, Sharing!

Shoaib Burq sabman

😀
Building, Shiping, Sharing!
View GitHub Profile

a short description of your company and what you do/offer

Today, if a developer wants to build a location aware application, they must first know how to install and use a number of specialized libraries. They need a hosting service where these libraries are available. They must also be familiar with hundreds of geographic data formats and know how to import them into their database. Add to this the need for real-time location-triggered alerts and the developer can spend days researching, experimenting and prototyping to find the right mix of database and libraries for their particular web or mobile application project. Simply put, building sophisticated location aware applications is hard!

Instead wouldn't it be great if you could just sign up and instantly load location data and access spatial functions from your existing app? SpacialDB is built to do just this.

SpacialDB is "location-aware application development made simple".

SpatialDB does this by providing:

# Setting up a local solr instance on a mac
# install solr with homebrew
brew install solr
# create the base solr index directory
mkdir -p /data/solr
# make sure you can write to the solr logs
sudo chown -R `whoami` /usr/local/Cellar/solr/
<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Maintenance du site</title>
<style>
h1 { color: rgb(220, 129, 0); font-size: 50px; letter-spacing: -5px; position: relative;}
h1:after { color: rgba(100, 200, 255, 0.5); content: "Oh noes!"; left: 4px; position: absolute; top: 5px;}
body { color: rgb(51, 51, 51); font: 20px Helvetica,sans-serif; padding-top: 150px;}
#article { display: block; margin: auto; text-align: left; width: 650px;}
@sabman
sabman / ajax-form.js
Last active August 29, 2015 14:11 — forked from havvg/ajax-form.js
jQuery(function($) {
$('form[data-async]').live('submit', function(event) {
var $form = $(this);
var $target = $($form.attr('data-target'));
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize(),
---
# packages.yml
- name: Add postgres repository
apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main' state=present
- name: Add postgres repository key
apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc state=present
- name: Install postgresql
@sabman
sabman / .gitignore
Last active May 13, 2016 19:28 — forked from sweenzor/shapely-demo.ipynb
Shapely ipython notebook example
env/
.ipynb_checkpoints/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sabman
sabman / index.html
Created May 9, 2017 20:16 — forked from d3noob/.block
D3.js tree diagram generated from external (JSON) data
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Collapsible Tree Example</title>
<style>
.node circle {
@sabman
sabman / .block
Created May 9, 2017 20:17 — forked from mbostock/.block
Collapsible Tree
license: gpl-3.0
@sabman
sabman / .block
Last active May 9, 2017 20:22 — forked from mbostock/.block
Collapsible Tree
license: gpl-3.0