Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibelius/sequence-js
Sequence JavaScript Implementation
https://github.com/sibelius/sequence-js
Last synced: 24 days ago
JSON representation
Sequence JavaScript Implementation
- Host: GitHub
- URL: https://github.com/sibelius/sequence-js
- Owner: sibelius
- Created: 2020-11-17T01:58:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T18:50:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T19:54:14.351Z (28 days ago)
- Language: TypeScript
- Size: 355 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sequence
[Sequence](https://github.com/decimals/sequence) implementation using JavaScript
## How to run
```
yarn start
```## Tips
### Start local Dynamodb
```jsx
docker run -p 8888:8000 amazon/dynamodb-local -jar DynamoDBLocal.jar -inMemory -sharedDb
```it needs to use `-sharedDb` to work properly
### Start repl
```jsx
lein repl
(start-dev) # start server
(stop-dev) # stop server
(use 'decimals.transport :reload) # reload code
(require '[taoensso.faraday :as far]) # require package
```Inspect local Dynamodb
```jsx
DYNAMO_ENDPOINT=http://localhost:8888 dynamodb-admin
```Learn about:
- [ ] partition key - hash key
- [ ] sort key - range key
- [ ] index local and global