librelist archives

« back to archive

Database used by Geonode

Database used by Geonode

From:
Smitha V
Date:
2011-01-10 @ 07:19
Hi all,

Which database does the Geonode use?

-- 
Regards
Smitha V
MT2009149
IIITB

Re: Database used by Geonode

From:
Smitha V
Date:
2011-01-11 @ 10:24
Can't Geonode be configured to use the data from Geoserver which in turn
uses Postgres database?

On Mon, Jan 10, 2011 at 12:49 PM, Smitha V <smitha.v@iiitb.net> wrote:

> Hi all,
>
> Which database does the Geonode use?
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>


-- 
Regards
Smitha V
MT2009149
IIITB

Re: [geonode] Re: Database used by Geonode

From:
David Winslow
Date:
2011-01-11 @ 15:06
Yes, it can.  There is a script included with GeoNode which will register
all layers in GeoServer with the GeoNode front end (allowing them to appear
in search results, have layer info pages, have permissions assigned, etc.)
 However, the GeoNode web interface itself can only configure geotiff and
shapefiles right now, so you should configure the postgresql/postgis layers
"manually" by bypassing the GeoNode web interface and going straight to
GeoServer.

--
David Winslow
OpenGeo - http://opengeo.org/

On Tue, Jan 11, 2011 at 5:24 AM, Smitha V <smitha.v@iiitb.net> wrote:

> Can't Geonode be configured to use the data from Geoserver which in turn
> uses Postgres database?
>
>
> On Mon, Jan 10, 2011 at 12:49 PM, Smitha V <smitha.v@iiitb.net> wrote:
>
>> Hi all,
>>
>> Which database does the Geonode use?
>>
>> --
>> Regards
>> Smitha V
>> MT2009149
>> IIITB
>>
>>
>
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>

Re: [geonode] Database used by Geonode

From:
David Winslow
Date:
2011-01-10 @ 14:57
Well, there are actually three places that data may be stored for a GeoNode
site - there's a database that the Django frontend uses to store all of the
data that it uses, storage for the GeoServer data and configuration, and
storage for the GeoNetwork CSW application.  While GeoServer can access data
stored in various databases, the metadata (title, style, etc.) must be
stored on the filesystem.  Additionally, GeoNode currently can't use
Postgres to store uploaded data, so layers configured through the GeoNode
upload form will be Shapefiles/GeoTIFFs (also stored on the file system.)

For GeoNetwork and the Django-based frontend, the database in use is just a
matter of configuration.  I would recommend using PostgresQL for these.  We
hope to allow the upload form to import to PostgresQL in the future, so this
would simplify your configuration later.

--
David Winslow
OpenGeo - http://opengeo.org/

On Mon, Jan 10, 2011 at 2:19 AM, Smitha V <smitha.v@iiitb.net> wrote:

> Hi all,
>
> Which database does the Geonode use?
>
> --
> Regards
> Smitha V
> MT2009149
> IIITB
>
>