Commit Graph

15 Commits

Author SHA1 Message Date
Aaron Boodman 0bc46a1507 Update spelling.md 2017-09-21 00:39:56 -07:00
Aaron Boodman 8163800c60 Update spelling.md 2017-09-21 00:38:42 -07:00
cmasone-attic 5025a45b0b Remove usages of LevelDBStore (#3190)
NBS is stable enough that we've made it the default store for command
line tools, and the go-to store for tests that require temporary, but
persistent, storage.

We intend to remove support for LevelDB-backed chunk storage
completely ASAP. This patch removes all usage of LevelDBStore from
noms.git, but doesn't remove LevelDBStore _just_ yet as there are
still some dependencies on it elsewhere.

Toward #3127
2017-02-14 19:49:23 -08:00
cmasone-attic ca31583a08 Add new spec for nbs-aws (#2997)
The new spec is a URI, akin to what we use for HTTP It allows the
specification of a DynamoDB table, an S3 bucket, a database ID, and a
dataset ID: aws://table-name:bucket-name/database::dataset

The bucket name is optional and, if not provided, Noms will use a
ChunkStore implementation backed only by DynamoDB.
2017-01-02 08:24:45 -08:00
Ben Kalman dc289245cb Add path @at for positional indexing, and negative indices (#2910)
This lets you do foo.bar@at(n) to get the nth element of a list, set, or
map (for lists, this is equivalent to foo.bar[n]). This patch also adds
support for negative indices to @at(-n) and [-n] to get the nth element
relative to the back of collections.
2016-12-05 14:43:41 -08:00
Mike Gray 733a1fd97a Update spelling.md with more syntax (#2450) 2016-08-31 19:25:08 -04:00
Ben Kalman da62bb2b97 Remove most references to ldb: prefix in the .md docs (#2360) 2016-08-12 15:51:25 -07:00
Chris Masone 4043512b9c Hashes aren't sha1 anymore, and aren't prefixed with algo
Also, they're only 32 characters long.
2016-08-02 14:21:32 -07:00
Ben Kalman 038192cfcc Make the spec package support types.Path (#1920) 2016-06-29 13:55:05 -07:00
Aaron Boodman a94bb34c4c Update spelling.md 2016-06-09 11:22:38 -07:00
Aaron Boodman bb0ffc8b03 Update spelling.md 2016-06-09 11:21:17 -07:00
Aaron Boodman 179138db61 Update spelling.md 2016-06-09 11:20:56 -07:00
Erik Arvidsson 014e330315 Rename DataStore to Database (#1448) 2016-05-06 17:37:19 -07:00
Aaron Boodman 12c1723454 spelling.md: minor clarifications 2016-05-05 15:21:38 -07:00
Aaron Boodman acef23c217 Add spelling.md - a doc describing how to spell various noms objects (#1423)
* Add spelling.md - a doc describing how to spell datastores, datasets, and objects.

* review
2016-05-05 15:02:27 -07:00