Skip to content

craigkerstiens/json_node_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup the database:

$ createdb massive
$ psql massive

Then create your tables:

# create table posts (id serial primary key, body jsonb);

Then to seed your initial data:

$ npm install
$ node load_json.js

At this point you can now get hands on or cheat a bit and try running node massive_search.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published